Skip to content

Commit

Permalink
added user story, issue and pull request templates (#75)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorpapke authored Feb 7, 2024
1 parent 04f6218 commit 96c2a6c
Show file tree
Hide file tree
Showing 3 changed files with 48 additions and 0 deletions.
15 changes: 15 additions & 0 deletions .github/issue.md
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.
17 changes: 17 additions & 0 deletions .github/pull_request.md
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.
16 changes: 16 additions & 0 deletions .github/user_story.md
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.

0 comments on commit 96c2a6c

Please sign in to comment.