You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
about: Request to add or modify text within the repository
4
+
title: Fix Documentation for {DOCUMENT NAME}
5
+
labels: enhancement
6
+
assignees: ''
7
+
---
8
+
9
+
To request modifying documentation within the repository, please fill out the following:
10
+
11
+
Broken Link: Indicate what link or links are broken
12
+
13
+
Other: Indicate what needs to be added or changed
14
+
15
+
> Please provide more detailed information in the Other Notes section such as what happens when the broken links are clicked on or why you feel the 'Other' changes should be implemented
Copy file name to clipboardExpand all lines: .github/PULL_REQUEST_TEMPLATE.md
+5Lines changed: 5 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,12 +9,14 @@ For more information please refer to our [contributing documentation][contributi
9
9
## I Am Adding a New Code Snippet in an Existing Language
10
10
11
11
-[ ] I fixed #your-issue-number-here
12
+
-[ ] I did not include any extra folders/libraries
12
13
-[ ] I named the pull request using `Add {PROJECT} in {LANGUAGE}` format
13
14
14
15
15
16
## I Am Adding a New Code Snippet in a New Language
16
17
17
18
-[ ] I fixed #your-issue-number-here
19
+
-[ ] I did not include any extra folders/libraries
18
20
-[ ] I named the pull request using `Add {PROJECT} in {LANGUAGE}` format
19
21
-[ ] I added a `testinfo.yml` files (see [contributing documentation][contributing-new-language])
20
22
-[ ] I used an officially supported docker image or one that I personally trust
@@ -23,6 +25,7 @@ For more information please refer to our [contributing documentation][contributi
23
25
## I Am Adding New Tests for a Project
24
26
25
27
-[ ] I fixed #your-issue-number-here
28
+
-[ ] I did not include any extra folders/libraries
26
29
-[ ] I named the pull request using `Add {PROJECT} Tests` format
27
30
-[ ] I verified the project exists on the [Sample Programs Project List][sample-programs-project-list]
28
31
-[ ] I added tests for every test case in the Testing table of the project description for the given project. (See [contributing documentation][contributing-tests-in-detail])
@@ -31,6 +34,7 @@ For more information please refer to our [contributing documentation][contributi
31
34
## I Am Adding New Tests for a Language
32
35
33
36
-[ ] I fixed #your-issue-number-here
37
+
-[ ] I did not include any extra folders/libraries
34
38
-[ ] I named the pull request using `Add {LANGUAGE} Tests` format
35
39
-[ ] I added a `testinfo.yml` files (see [contributing documentation][contributing-new-language])
36
40
-[ ] I used an officially supported docker image or one that I personally trust
@@ -40,6 +44,7 @@ For more information please refer to our [contributing documentation][contributi
40
44
## I Am Modifying an Existing Code Snippet or Existing Tests
41
45
42
46
-[ ] I fixed #your-issue-number-here
47
+
-[ ] I did not include any extra folders/libraries
43
48
-[ ] I have read about modifying existing code snippets or tests in the [contributing documentation][contributing-modifications]
44
49
-[ ] I have explained why this modification is _necessary_ either in the issue linked above or in the notes below
45
50
-[ ] I named the pull request using `Modify {PROJECT} {tests} in {LANGUAGE}` format
0 commit comments