Skip to content

Commit 65542de

Browse files
committed
Added default pull request template
1 parent 3e2c7c8 commit 65542de

1 file changed

Lines changed: 56 additions & 0 deletions

File tree

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 56 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,56 @@
1+
<!--
2+
Thank you for submitting a pull request to Checka11y.css!
3+
4+
We recommend you choose a pull request template by appending the below to the URL above:
5+
- New A11y Feature: `&template=a11y-feature.md`
6+
- Bug Fix: `&template=bug-fix.md`
7+
- Project Enhancement: `&template=project-enhancement.md`
8+
9+
If none of the pull request templates suit your need, then feel free to this generic template and add as much detail as possible.
10+
-->
11+
12+
## Description
13+
<!--
14+
Clearly and concisely describe the changes.
15+
Link to an existing issue if one exists.
16+
Provide screenshots if applicable.
17+
-->
18+
19+
## Why is this important?
20+
<!--
21+
Explain why these changes are important to have in Checka11y.css.
22+
Provide any relevant links to back up your reasoning.
23+
-->
24+
25+
## Covered test cases
26+
<!--
27+
Were any tests added or modified?
28+
-->
29+
30+
### Did you test on all major browsers?
31+
<!--
32+
Put an `x` in all the boxes that apply.
33+
If not, please add a brief explanation as to why you couldn't (e.g. "I couldn't test Safari because I don't have access to an Apple device").
34+
-->
35+
- [ ] Chrome
36+
- [ ] Firefox
37+
- [ ] Edge
38+
- [ ] Safari
39+
40+
## Other details
41+
<!--
42+
Please add any other details we should be aware of below that don't fit in any of the categories above (e.g. "I would like this pull request to contribute towards my Hacktoberfest contributions").
43+
If you have nothing to add here, put "N/A".
44+
-->
45+
46+
---
47+
48+
## T&Cs
49+
<!--
50+
Put an `x` in all the boxes that you agree to.
51+
-->
52+
53+
- [ ] I confirm I have read and understand the [contributing guidelines](../CONTRIBUTING.md)
54+
- [ ] I understand the work in this pull request will not be released straight away and will appear in a future release (if approved)
55+
- [ ] I confirm the work in this pull request is true and valid to the best of my knowledge
56+
- [ ] I have updated the [README](../README.md), [features.md](../features.md) and [codes.md](../codes.md) files where applicable

0 commit comments

Comments
 (0)