web/.github/PULL_REQUEST_TEMPLATE.md

35 lines
1.2 KiB
Markdown
Raw Normal View History

2020-07-08 23:52:03 +03:00
## Description
2022-10-14 23:52:39 +03:00
<!--
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
2022-10-14 23:52:39 +03:00
<!--
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
2022-10-14 23:52:39 +03:00
<!--
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
-->
2022-12-27 20:10:27 +03:00
- [ ] I have run `bash ./tools/test` (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 "` -->