Skip to content

Commit

Permalink
add headers to templates (#77)
Browse files Browse the repository at this point in the history
  • Loading branch information
taylorpapke authored Feb 9, 2024
1 parent 96c2a6c commit 7f4babb
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/issue.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Issue
about: Create an issue.
title: ''
labels: ''
assignees: ''

---

This is an issue!

1. Please use the following format for the title:
Expand Down
9 changes: 9 additions & 0 deletions .github/pull_request.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: Pull Request
about: Create a pull request.
title: ''
labels: ''
assignees: ''

---

This is a pull request!

1. Please use the following format for the title:
Expand Down
9 changes: 9 additions & 0 deletions .github/user_story.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
---
name: User Story
about: Create a user story.
title: ''
labels: ''
assignees: ''

---

This is a user story!

1. Please use the following format for the title:
Expand Down

0 comments on commit 7f4babb

Please sign in to comment.