Skip to content

Commit

Permalink
Add pull-request template πŸ™ƒ
Browse files Browse the repository at this point in the history
This adds two pull-request template.
- free form (for any type of pull-request)
- tep for TEPs, that would set the correct kind directly

We can go further and have a template for adding a member to the org, …

Signed-off-by: Vincent Demeester <[email protected]>
  • Loading branch information
vdemeester authored and tekton-robot committed Jun 9, 2021
1 parent e570121 commit c5837a2
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/free-form.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Free Form
about: Create an unstructured pull-request
---

<!-- πŸŽ‰πŸŽ‰πŸŽ‰ Thank you for the PR!!! πŸŽ‰πŸŽ‰πŸŽ‰ -->
15 changes: 15 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE/tep.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
---
name: TEP
about: Create a TEP pull-request
---

<!-- πŸŽ‰πŸŽ‰πŸŽ‰ Thank you for the PR!!! πŸŽ‰πŸŽ‰πŸŽ‰ -->

# Summary

<!--
Summarize your TEP here - ideally you can get that straight from your
descriptive commit message or the summary of your TEP.
-->

/kind tep

0 comments on commit c5837a2

Please sign in to comment.