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

Add issue and pull request template #239

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
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
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Reporting a bug or an error
about: Report a bug or an error on the project
title: "[BUG] -- "
labels: ''
assignees: ''

---

# To which part of the project this issue refer to?

- [ ] Software
- [ ] Hardware
- [ ] Data
- [ ] Documentation
- [ ] Other

### Reporting a bug/error

<!-- Describe the bug/error you found here, with steps required to reproduce here and screenshots, if applicable. -->
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE/suggestion.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
---
name: Making a suggestion
about: Make a suggestion for project
title: "[SUGGESTION] -- "
labels: ''
assignees: ''

---

# To which part of the project this issue refer to?

- [ ] Software
- [ ] Hardware
- [ ] Data
- [ ] Documentation
- [ ] Other

### Suggestion

<!-- Explain your suggestion below, things such as examples or data are welcome -->
18 changes: 18 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!-- Please do delete any part of this template that is not aligned with your pull request -->

### Changes on Hardware

1. [ ] Did you do any testing to validate your change? What tests? (Please describe below)

2. [ ] Are you submitting data alongside your suggestion?

### Changes on Software

1. [ ] Have you tested your change locally with the tests available?

2. [ ] Have you introduced new tests with this change?


### Changes on documentation

<!-- Just please explain why your change is necessary -->