diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000000..e80b399c61 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,24 @@ +--- +name: Bug Report +about: Create a report to help us improve +title: '' +labels: 'bug' +assignees: '' + +--- + +**Describe the Bug** +A clear and concise description of what the bug is. + +**To Reproduce** +Steps to reproduce the behavior. + +**Expected Behavior** +A clear and concise description of what you expected to happen. + +**Screenshots** +If applicable, add screenshots to help explain your problem. + +**Environment (please complete the following information):** +- OS +- Version used diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 0000000000..af9bb95f4a --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature Request +about: Suggest an idea for this project +title: '' +labels: 'feature' +assignees: '' + +--- + +**Is your feature request related to a problem? Please describe.** +A clear and concise description of what the problem is. + +**Describe the solution you'd like** +A clear and concise description of what you want to happen. + +**Describe alternatives you've considered** +A clear and concise description of any alternative solutions or features you've considered. + +**Motivation and Context** +Please describe the motivation behind this request and the context in which it applies. diff --git a/.github/ISSUE_TEMPLATE/task.md b/.github/ISSUE_TEMPLATE/task.md new file mode 100644 index 0000000000..4393108c82 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/task.md @@ -0,0 +1,14 @@ +--- +name: Task +about: For any other issue that doesn't fit the other categories. General code change. +title: '' +labels: '' +assignees: '' + +--- + +**Describe the Issue** +A clear and concise description of what the issue is. + +**Expected Outcome** +A description of what outcome you are seeking. diff --git a/changelog.md b/changelog.md index 0cddc0ffe0..8a7d3298f0 100644 --- a/changelog.md +++ b/changelog.md @@ -21,6 +21,10 @@ * [1584](https://github.com/zeta-chain/node/pull/1584) - allow to run E2E tests on any networks +### Chores + +* [1729](https://github.com/zeta-chain/node/pull/1729) - add issue templates + ## Version: v12.2.4 ### Fixes