From f426fa367c226b4c3f83cbc6341a6667e2f9fb18 Mon Sep 17 00:00:00 2001 From: mrjoelkamp Date: Fri, 18 Oct 2024 09:55:27 -0500 Subject: [PATCH] feat: add pr and issue templates --- .github/ISSUE_TEMPLATE/bug-report.md | 19 +++++++++++++++++++ .github/ISSUE_TEMPLATE/feature-request.md | 13 +++++++++++++ .github/PULL_REQUEST_TEMPLATE.md | 11 +++++++++++ 3 files changed, 43 insertions(+) create mode 100644 .github/ISSUE_TEMPLATE/bug-report.md create mode 100644 .github/ISSUE_TEMPLATE/feature-request.md create mode 100644 .github/PULL_REQUEST_TEMPLATE.md diff --git a/.github/ISSUE_TEMPLATE/bug-report.md b/.github/ISSUE_TEMPLATE/bug-report.md new file mode 100644 index 00000000..7f653d40 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug-report.md @@ -0,0 +1,19 @@ +--- +name: Bug report +about: Create a report to help us improve +title: "" +labels: bug +assignees: "" +--- + +**What steps did you take and what happened:** +[A clear and concise description of what the bug is.] + +**What did you expect to happen:** + +**Anything else you would like to add:** +[Miscellaneous information that will assist in solving the issue.] + +**Environment:** + +- Attest version: diff --git a/.github/ISSUE_TEMPLATE/feature-request.md b/.github/ISSUE_TEMPLATE/feature-request.md new file mode 100644 index 00000000..0857663e --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature-request.md @@ -0,0 +1,13 @@ +--- +name: Feature request +about: Suggest an idea for this project +title: "" +labels: enhancement +assignees: "" +--- + +**Describe the solution you'd like** +[A clear and concise description of what you want to happen.] + +**Anything else you would like to add:** +[Miscellaneous information that will assist in solving the issue.] diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..6ef4bf8d --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,11 @@ +## Summary + + + +### Tests + + + +### Issue + +