diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 0000000..7fb4e98 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -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. + diff --git a/.github/ISSUE_TEMPLATE/feature-idea.md b/.github/ISSUE_TEMPLATE/feature-idea.md new file mode 100644 index 0000000..5f9bf77 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-idea.md @@ -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. +