Skip to content

Commit f015137

Browse files
authored
Add Template Additions and Modifications to Repo (#4093)
1 parent bf10fae commit f015137

File tree

3 files changed

+27
-1
lines changed

3 files changed

+27
-1
lines changed
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Documentation
3+
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
16+
17+
## Other Notes
18+
19+
Add notes here...
20+
21+
22+

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,14 @@ For more information please refer to our [contributing documentation][contributi
99
## I Am Adding a New Code Snippet in an Existing Language
1010

1111
- [ ] I fixed #your-issue-number-here
12+
- [ ] I did not include any extra folders/libraries
1213
- [ ] I named the pull request using `Add {PROJECT} in {LANGUAGE}` format
1314

1415

1516
## I Am Adding a New Code Snippet in a New Language
1617

1718
- [ ] I fixed #your-issue-number-here
19+
- [ ] I did not include any extra folders/libraries
1820
- [ ] I named the pull request using `Add {PROJECT} in {LANGUAGE}` format
1921
- [ ] I added a `testinfo.yml` files (see [contributing documentation][contributing-new-language])
2022
- [ ] 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
2325
## I Am Adding New Tests for a Project
2426

2527
- [ ] I fixed #your-issue-number-here
28+
- [ ] I did not include any extra folders/libraries
2629
- [ ] I named the pull request using `Add {PROJECT} Tests` format
2730
- [ ] I verified the project exists on the [Sample Programs Project List][sample-programs-project-list]
2831
- [ ] 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
3134
## I Am Adding New Tests for a Language
3235

3336
- [ ] I fixed #your-issue-number-here
37+
- [ ] I did not include any extra folders/libraries
3438
- [ ] I named the pull request using `Add {LANGUAGE} Tests` format
3539
- [ ] I added a `testinfo.yml` files (see [contributing documentation][contributing-new-language])
3640
- [ ] 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
4044
## I Am Modifying an Existing Code Snippet or Existing Tests
4145

4246
- [ ] I fixed #your-issue-number-here
47+
- [ ] I did not include any extra folders/libraries
4348
- [ ] I have read about modifying existing code snippets or tests in the [contributing documentation][contributing-modifications]
4449
- [ ] I have explained why this modification is _necessary_ either in the issue linked above or in the notes below
4550
- [ ] I named the pull request using `Modify {PROJECT} {tests} in {LANGUAGE}` format

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
.idea/
32
*.class
43
*.java~

0 commit comments

Comments
 (0)