[Openvpn-devel,0/3] GitHub Issues Usage

Message ID 20221130133154.39454-1-frank@lichtenheld.com
Headers show
Series GitHub Issues Usage | expand

Message

Frank Lichtenheld Nov. 30, 2022, 1:31 p.m. UTC
At the Hackathon in Delft we decided to switch to GitHub
Issues since the old Trac system will need to be replaced.

GitHub issues have the main advantage that many other projects
are also on GitHub. So apart from being familiar to
users we also have the ability to link to other projects
or move issues over to them if applicable.

This patch series adds a first issue template for our use
and does various documentation updates.

Frank Lichtenheld (3):
  GitHub Issues: Create first issue template (Bug)
  GitHub Issues: add new links to INSTALL and README
  GitHub Issues: add note to Changes as well

 .github/ISSUE_TEMPLATE/bug_report.md | 25 +++++++++++++++++++++++++
 Changes.rst                          |  6 ++++++
 INSTALL                              |  4 +++-
 README                               |  5 ++++-
 4 files changed, 38 insertions(+), 2 deletions(-)
 create mode 100644 .github/ISSUE_TEMPLATE/bug_report.md