Skip to content

Commit 15e7f65

Browse files
authored
Create PULL_REQUEST_TEMPLATE.md
1 parent 5948ef5 commit 15e7f65

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

PULL_REQUEST_TEMPLATE.md

+10
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
Hello there! Welcome. Please follow the steps below to tell us about your contribution.
2+
3+
1. Copy the correct template for your contribution
4+
- Are you fixing a bug? Copy the template from https://raw.githubusercontent.com/etr/libhttpserver/master/.github/PULL_REQUEST_TEMPLATE/bug_fix.md
5+
- Are you improving performance? Copy the template https://raw.githubusercontent.com/etr/libhttpserver/master/.github/PULL_REQUEST_TEMPLATE/performance_improvement.md
6+
- Are you updating documentation? Copy the template from https://raw.githubusercontent.com/etr/libhttpserver/master/.github/PULL_REQUEST_TEMPLATE/documentation.md
7+
- Are you changing functionality? Copy the template from https://raw.githubusercontent.com/etr/libhttpserver/master/.github/PULL_REQUEST_TEMPLATE/feature_change.md
8+
2. Replace this text with the contents of the template
9+
3. Fill in all sections of the template
10+
4. Click "Create pull request"

0 commit comments

Comments
 (0)