Skip to content

Commit 3267599

Browse files
authored
Merge pull request #202 from Hubs-Foundation/add-pull-request-template
Add pull request template
2 parents 2cb60f4 + 912eb17 commit 3267599

File tree

1 file changed

+40
-0
lines changed

1 file changed

+40
-0
lines changed

.github/pull_request_template.md

Lines changed: 40 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,40 @@
1+
## What?
2+
<!-- REQUIRED FOR ALL PULL REQUESTS — Explain what your pull request does -->
3+
4+
5+
## Why?
6+
<!-- REQUIRED FOR ALL PULL REQUESTS — Explain why you're opening this pull request, what limitations does it address, etc.. If you're fixing a bug with an open bug report you can just link to the bug report -->
7+
8+
9+
10+
## Examples
11+
<!-- DO NOT INCLUDE FOR HUBS DOCUMENTATION UPDATES — If applicable, give examples of your changes, screenshots, videos, etc. -->
12+
13+
14+
## How to test
15+
<!-- REQUIRED FOR TECHNICAL PULL REQUESTS; DO NOT INCLUDE FOR HUBS DOCUMENTATION UPDATES — Give the steps required to test your pull request -->
16+
17+
1. Go to '...'
18+
2. Click on '....'
19+
3. Scroll down to '....'
20+
4. See '....'
21+
22+
## Documentation of functionality
23+
<!-- REQUIRED FOR TECHNICAL PULL REQUESTS; DO NOT INCLUDE FOR HUBS DOCUMENTATION UPDATES — Link to the accompanying documentation pull request or identify where the documentation is located in this pull request. If no documentation is needed, please specify this here -->
24+
25+
26+
## Limitations
27+
<!-- List anything that isn't addressed, e.g. corner cases, and why they weren't addressed -->
28+
29+
30+
## Alternatives considered
31+
<!-- If there are any alternative ways of implementing this that you thought of, but decided against, list them here along with why they were discarded -->
32+
33+
34+
## Open questions
35+
<!-- List any questions you have -->
36+
37+
38+
## Additional details or related context
39+
<!-- Give any other details that you think the reviewers should be aware of -->
40+

0 commit comments

Comments
 (0)