Skip to content
This repository was archived by the owner on Dec 3, 2024. It is now read-only.

Commit 85cf56d

Browse files
authored
Merge pull request #205 from docker/feat-add-pr-issue-templates
feat: add pr and issue templates
2 parents c7c3d23 + f426fa3 commit 85cf56d

File tree

3 files changed

+43
-0
lines changed

3 files changed

+43
-0
lines changed
Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,19 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ""
5+
labels: bug
6+
assignees: ""
7+
---
8+
9+
**What steps did you take and what happened:**
10+
[A clear and concise description of what the bug is.]
11+
12+
**What did you expect to happen:**
13+
14+
**Anything else you would like to add:**
15+
[Miscellaneous information that will assist in solving the issue.]
16+
17+
**Environment:**
18+
19+
- Attest version:
Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,13 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ""
5+
labels: enhancement
6+
assignees: ""
7+
---
8+
9+
**Describe the solution you'd like**
10+
[A clear and concise description of what you want to happen.]
11+
12+
**Anything else you would like to add:**
13+
[Miscellaneous information that will assist in solving the issue.]

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,11 @@
1+
## Summary
2+
3+
<!-- Description of why the pull request is needed and what it changes -->
4+
5+
### Tests
6+
7+
<!-- Provide evidence of testing -->
8+
9+
### Issue
10+
11+
<!-- Link to issue that this is part of -->

0 commit comments

Comments
 (0)