Skip to content

Commit d83263c

Browse files
committed
Updated issue and pr template.
1 parent 1620a9c commit d83263c

File tree

2 files changed

+13
-8
lines changed

2 files changed

+13
-8
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -6,14 +6,8 @@
66

77
### Brief Intro
88

9-
> Describe this issue below in 1 sentence.
9+
<!-- Describe the issue briefly.-->
1010

1111
### More Details
1212

13-
> If necessary, start off with the code snippet. Put the code in between ``` to format them into code blocks.
14-
15-
[INSERT CODE HERE]
16-
17-
> Describe the problem in more detail.
18-
19-
[INSERT DETAILS HERE]
13+
<!-- If necessary, start off with the code snippet. Put the code in between ``` to format them into code blocks.-->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
<!-- Thanks for contributing to the SAC! Before you submit your pull request, please make sure to check the following boxes by putting an x in the [ ] -->
2+
3+
### Checklist
4+
5+
- [ ] I've looked at the [contribution guidelines](https://github.com/raywenderlich/swift-algorithm-club/blob/master/.github/CONTRIBUTING.md).
6+
- [ ] This pull request is complete and ready for review.
7+
8+
### Description
9+
10+
<!-- In a short paragraph, describe the PR -->
11+

0 commit comments

Comments
 (0)