-
Notifications
You must be signed in to change notification settings - Fork 220
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Update issue templates * Update templates * Some cosmetic changes * More wording
- Loading branch information
Showing
3 changed files
with
93 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
--- | ||
name: Bug report | ||
about: Create a report to help us improve | ||
title: "[TITLE]" | ||
labels: 'bug-report' | ||
assignees: '' | ||
|
||
--- | ||
# [TITLE] | ||
|
||
**Describe the bug** | ||
A clear and concise description of what the bug is. | ||
|
||
**To Reproduce** | ||
Steps to reproduce the behavior: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
**Expected behavior** | ||
A clear and concise description of what you expected to happen. | ||
|
||
**Screenshots** | ||
If applicable, add screenshots to help explain your problem. | ||
|
||
**Desktop (please complete the following information):** | ||
- OS & Version: [e.g. iOS 10.2.1] | ||
- Browser & Version [e.g. chrome v71.0.12345] | ||
|
||
**Smartphone (please complete the following information):** | ||
- Device: [e.g. iPhone6] | ||
- OS: [e.g. iOS8.1] | ||
- Browser & Version [e.g. stock browser v0.1.2] | ||
|
||
**Additional context** | ||
Add any other context about the problem here. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,38 @@ | ||
--- | ||
name: Idea proposal | ||
about: Suggest an idea for this project | ||
title: "[TITLE]" | ||
labels: proposal | ||
assignees: '' | ||
|
||
--- | ||
|
||
# [TITLE] | ||
|
||
## Metadata | ||
|
||
This proposal is (tick applicable): | ||
|
||
* [ ] A new feature | ||
* [ ] An extension to an existing RFC/proposal <LINK> | ||
* [ ] An alternative approach to an existing RFC or proposal <LINK> | ||
|
||
### Change log | ||
|
||
| Date | Changes | | ||
|:-----|:--------| | ||
| | | | ||
|
||
### Goals | ||
_What problems is this proposal addressing?_ | ||
|
||
### Assumptions | ||
_These proposals seldom live in a vacuum. The proposal might presuppose that some other feature has been implemented, or | ||
that a certain ECC curve is used etc. List those assumptions here._ | ||
|
||
### Abstract | ||
_A short summary of how the solution in this proposal works._ | ||
|
||
## Description | ||
|
||
_Type out the body of the proposal here_ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
# [TITLE] | ||
|
||
This PR | ||
* [ ] fixes issue #nnn | ||
* [ ] adds a new feature | ||
* [ ] refactors a feature | ||
* [ ] adds new tests | ||
* [ ] adds cosmetic changes (typos, formatting) | ||
* [ ] Other: (...) | ||
|
||
# Reminders checklist | ||
* [ ] Merging against the `development` branch | ||
* [ ] Ran `cargo-fmt --all` before pushing | ||
|
||
# Description | ||
|
||
Describe briefly what this PR does | ||
|