web/.github/PULL_REQUEST_TEMPLATE.md

43 lines
1.5 KiB
Markdown
Raw Normal View History

2020-07-08 23:52:03 +03:00
## Description
<!--
Please include a summary of the change and which issue is fixed. Please also include relevant motivation and context. List any dependencies that are required for this change.
2020-07-08 23:52:03 +03:00
e.g. Fixes #(issue)
2021-09-24 08:13:45 +03:00
-->
2020-07-14 07:01:00 +03:00
## Type of change
<!--
Please select the desired item checkbox and change it to "[x]", then delete options that are not relevant.
-->
- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
- [ ] Documentation update
2020-08-19 20:11:56 +03:00
## How has this been tested
<!--
Please describe the tests that you ran to verify your changes. Provide instructions so we can reproduce. Please also list any relevant details for your test configuration
-->
- [ ] I have run `bash ./tools/test.sh` (at the root of the project) locally and passed
- [ ] I have tested this feature in the browser
2020-08-19 20:11:56 +03:00
### Test Configuration
2021-04-12 06:00:40 +03:00
- Browser type & version:
2020-08-19 20:11:56 +03:00
- Operating system:
2021-10-04 12:53:07 +03:00
- Ruby version: <!-- by running: `ruby -v` -->
- Bundler version: <!-- by running: `bundle -v`-->
- Jekyll version: <!-- by running: `bundle list | grep " jekyll "` -->
2020-08-19 20:11:56 +03:00
### Checklist
2021-10-04 12:53:07 +03:00
<!-- Select checkboxes by change the "[ ]" to "[x]" -->
2021-10-04 12:53:07 +03:00
- [ ] I have performed a self-review of my code
- [ ] I have commented on my code, particularly in hard-to-understand areas
- [ ] I have made corresponding changes to the documentation
- [ ] My changes generate no new warnings