From d372a68692d2037aefcec7c7ef9d29022ce8362b Mon Sep 17 00:00:00 2001 From: Vasco Santos Date: Wed, 5 May 2021 15:06:56 +0200 Subject: [PATCH] chore: add github issue templates (#938) --- .github/ISSUE_TEMPLATE/config.yml | 5 ++ .github/ISSUE_TEMPLATE/open_an_issue.md | 55 +++++++++++++++++++ .../ISSUE_TEMPLATE/release.md | 1 - 3 files changed, 60 insertions(+), 1 deletion(-) create mode 100644 .github/ISSUE_TEMPLATE/config.yml create mode 100644 .github/ISSUE_TEMPLATE/open_an_issue.md rename RELEASE.md => .github/ISSUE_TEMPLATE/release.md (96%) diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml new file mode 100644 index 00000000..8ddb7424 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -0,0 +1,5 @@ +blank_issues_enabled: false +contact_links: + - name: libp2p Official Forum + url: https://discuss.libp2p.io + about: For general questions, support requests and discussions diff --git a/.github/ISSUE_TEMPLATE/open_an_issue.md b/.github/ISSUE_TEMPLATE/open_an_issue.md new file mode 100644 index 00000000..52e9e704 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/open_an_issue.md @@ -0,0 +1,55 @@ +--- +name: Open an issue +about: For reporting bugs or errors in the JavaScript libp2p implementation +title: '' +labels: need/triage +assignees: '' +--- + + + +- **Version**: + + +- **Platform**: + + +- **Subsystem**: + + +#### Severity: + + +#### Description: + + +#### Steps to reproduce the error: + + diff --git a/RELEASE.md b/.github/ISSUE_TEMPLATE/release.md similarity index 96% rename from RELEASE.md rename to .github/ISSUE_TEMPLATE/release.md index 33991ebf..aa5f446f 100644 --- a/RELEASE.md +++ b/.github/ISSUE_TEMPLATE/release.md @@ -25,7 +25,6 @@ - [ ] [js-ipfs](https://github.com/ipfs/js-ipfs) - Documentation - [ ] Ensure that README.md is up to date - - [ ] Ensure [libp2p/js-libp2p-examples](https://github.com/libp2p/js-libp2p-examples) is updated - [ ] Ensure that [libp2p/docs](https://github.com/libp2p/docs) is updated - Communication - [ ] Create the release issue