-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
added user story, issue and pull request templates (#75)
- Loading branch information
1 parent
04f6218
commit 96c2a6c
Showing
3 changed files
with
48 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,15 @@ | ||
This is an issue! | ||
|
||
1. Please use the following format for the title: | ||
|
||
<Title of User Story>: <Title of Issue> | ||
2. Please fill out this description with the following: | ||
- Relates to <user story #> | ||
- Any additional information you feel is necessary. | ||
- Screenshots/gifs/videos/diagrams/other visual aids. | ||
3. Remember to: | ||
- Add assignees, labels and projects in the menu at the bottom or to the right of the screen. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
This is a pull request! | ||
|
||
1. Please use the following format for the title: | ||
|
||
< repo > _ < sprint > _ < issue > _ < pr or issue name > | ||
|
||
2. Please fill out this description with the following: | ||
|
||
- Resolves <issue #> | ||
- Description of what this pull request is for. | ||
- Additional information to help others that are testing. | ||
- Screenshots/gifs/videos/diagrams/other visual aids. | ||
|
||
3. Remember to: | ||
|
||
- Add reviewers, assignees and labels in the menu on the right. ---> | ||
- Enable auto-merge (squash) at the bottom of the page. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
This is a user story! | ||
|
||
1. Please use the following format for the title: | ||
|
||
USER STORY: <Title of User Story> | ||
|
||
2. Please fill out this description with the following: | ||
|
||
- As a < role >, I will want to < task >. | ||
- A list of issues. | ||
- Any additional information you feel is necessary. | ||
- Screenshots/gifs/videos/diagrams/other visual aids. | ||
|
||
3. Remember to: | ||
|
||
- Add assignees, labels and projects in the menu at the bottom or to the right of the screen. |