-
Notifications
You must be signed in to change notification settings - Fork 2
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 bug_report.md * Update feature-idea.md * Update bug_report.md * Update .github/ISSUE_TEMPLATE/feature-idea.md Co-authored-by: Henry Wilde <[email protected]> * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Henry Wilde <[email protected]> * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Henry Wilde <[email protected]> * Update .github/ISSUE_TEMPLATE/bug_report.md Co-authored-by: Henry Wilde <[email protected]> * Apply suggestions from code review Co-authored-by: Henry Wilde <[email protected]> --------- Co-authored-by: Henry Wilde <[email protected]>
- Loading branch information
1 parent
0712860
commit 0e89599
Showing
2 changed files
with
60 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: "[BUG] : " | ||
labels: bug | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please be aware that, as the `pprl_toolkit` is an experimental package, ONS cannot promise to resolve bugs. | ||
|
||
### Describe the bug | ||
A clear and concise description of what the bug is. | ||
|
||
### How to reproduce the bug | ||
Steps to reproduce the behaviour: | ||
1. Go to '...' | ||
2. Click on '....' | ||
3. Scroll down to '....' | ||
4. See error | ||
|
||
### Expected behaviour | ||
A clear and concise description of what you expected to happen. | ||
|
||
### Evidence (tracebacks and screenshots | ||
If applicable, please add any tracebacks or screenshots to help explain your problem. | ||
|
||
### System information | ||
Please provide the following information about your environment: | ||
|
||
- OS: [e.g. macOS] | ||
- Browser (when using the client-side app or GCP): [e.g. Chrome, Safari] | ||
- `pprl_toolkit` version: [e.g. 0.0.1] | ||
|
||
### 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,23 @@ | ||
--- | ||
name: Feature idea | ||
about: Suggest an idea for this project | ||
title: "[FEATURE] : " | ||
labels: '' | ||
assignees: '' | ||
|
||
--- | ||
|
||
Please be aware that, as the `pprl_toolkit` is an experimental package, ONS cannot promise to implement feature ideas. | ||
|
||
### Does your feature idea solve a problem? | ||
If this applies to your idea, please provide 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. | ||
|
||
### Additional context | ||
Add any other context or screenshots about the feature request here. | ||
|