Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Issues templates for Bug report and Feature Request #1034

Merged
merged 27 commits into from
Sep 1, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
62c9153
Update issue templates
lock9 Aug 14, 2019
5c8d745
Update issue templates
lock9 Aug 14, 2019
1ced7d7
Removing duplicated template
lock9 Aug 14, 2019
001db29
Issues template
lock9 Aug 16, 2019
0645df5
Merge pull request #9 from simplitech/issues-templates
lock9 Aug 16, 2019
f061b64
"Template" for questions
lock9 Aug 16, 2019
71181a2
Question template
lock9 Aug 16, 2019
1b098ab
Fixing bold
lock9 Aug 16, 2019
14d6eec
Merge branch 'master' into master
vncoelho Aug 16, 2019
7cd25e2
Merge branch 'master' into master
vncoelho Aug 16, 2019
d1a6ff3
Merge branch 'master' into master
shargon Aug 20, 2019
5910a52
Update issue templates
lock9 Aug 20, 2019
3e345cf
Merge branch 'master' into master
lock9 Aug 20, 2019
120f809
Merge branch 'master' into master
lock9 Aug 20, 2019
dce7ede
Adding disclaimer for a more flexible motivation
vncoelho Aug 24, 2019
a7d540e
Merge branch 'master' into master
lock9 Aug 24, 2019
a31e668
Merge branch 'master' into master
lock9 Aug 27, 2019
6fbf9d3
Merge branch 'master' into master
shargon Aug 27, 2019
ac4a114
Update feature-or-enhancement-request.md
shargon Aug 27, 2019
baf05a0
Merge branch 'master' into master
shargon Aug 27, 2019
e464cc7
Change to list
shargon Aug 27, 2019
8f10b7c
Update questions.md
shargon Aug 27, 2019
32e3b4f
Update bug_report.md
shargon Aug 27, 2019
98e79da
Fixing bug_report
vncoelho Aug 28, 2019
2fb473c
Improving questions
vncoelho Aug 28, 2019
6af8ec3
Merge branch 'master' into master
lock9 Aug 30, 2019
ed2c7d0
Merge branch 'master' into master
lock9 Sep 1, 2019
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
31 changes: 31 additions & 0 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
---
name: Bug report
about: Create a report to detail an error or unexpected behavior
title: ''
labels: ''
assignees: ''
---

**Describe the bug**
A clear and concise description of what the bug is.

**To Reproduce**
Steps to reproduce the behavior:
1. Open the project, run '...'
2. Type '...' or do '...'
3. ...

**Expected behavior**
A clear and concise description of what you expected to happen.

**Screenshots**
If applicable, add screenshots to help explain your problem.

**Platform:**
- OS: [e.g. Windows 10 x64]
- Version [e.g. neo-cli 2.10.2]

**(Optional) Additional context**
Add any other context about the problem here.
vncoelho marked this conversation as resolved.
Show resolved Hide resolved

However, if your issue does not fit these aforementioned criteria, or it can be understood in another manner, feel free to open it in a different format.
26 changes: 26 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-or-enhancement-request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---
name: Feature or enhancement request
about: Suggest an idea for Neo
title: ''
labels: discussion
assignees: ''
---

**Summary**
A summary of the problem you want to solve or metric you want to improve

**Do you have any solution you want to propose?**
A clear and concise description of what you expect with this change.

**Where in software does this update applies to?**
- [ ] Compiler
- [ ] Consensus
- [ ] CLI
- [ ] Plugins
- [ ] Ledger
- [ ] Network Policy
- [ ] P2P (TCP)
- [ ] RPC (HTTP)
- [ ] SDK
- [ ] VM
- [ ] Other:
9 changes: 9 additions & 0 deletions .github/ISSUE_TEMPLATE/questions.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
name: Questions
about: Questions about Neo Platform
title: ''
labels: question
assignees: ''
---

**Delete this: We would like to use GitHub for bug reports and feature requests only however if you are unable to get support from our team in: our [Discord](https://discord.io/neo) server or in our [offical documentation](https://docs.neo.org/docs/en-us/index.html), feel encouraged to create an issue here on GitHub.**