Skip to content

Commit 125fe5d

Browse files
Merge pull request #634 from adorton-adobe/v2
Issue and PR templates
2 parents 54af319 + acfd4df commit 125fe5d

File tree

4 files changed

+71
-0
lines changed

4 files changed

+71
-0
lines changed

.github/ISSUE_TEMPLATE/bug_report.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,27 @@
1+
---
2+
name: Bug report
3+
about: Create a report to help us improve
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Description**
11+
A clear and concise description of the issue.
12+
13+
**Steps to reproduce**
14+
* Relevant config options
15+
* Command-line options used
16+
* Specific details around identity source, group mapping, etc.
17+
18+
**Expected behavior**
19+
A clear and concise description of what you expected to happen.
20+
21+
**Screenshots**
22+
If applicable, add screenshots to help explain your problem.
23+
24+
**Environment**
25+
- UST version:
26+
- OS type and version:
27+
- Any other relevant info:
Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,22 @@
1+
---
2+
name: Feature request
3+
about: Suggest an idea for this project
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+
**Is your feature request related to a problem? Please describe.**
11+
A clear and concise description of what the problem is. Ex. I'm always frustrated when [...]
12+
13+
Link to any relevant bugs (e.g. "Relates to bug #xxx")
14+
15+
**Describe the solution you'd like**
16+
A clear and concise description of what you want to happen.
17+
18+
**Describe alternatives you've considered**
19+
A clear and concise description of any alternative solutions or features you've considered.
20+
21+
**Additional context**
22+
Add any other context or screenshots about the feature request here.
Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
---
2+
name: General question
3+
about: Issues that are neither bugs nor feature requests
4+
title: ''
5+
labels: ''
6+
assignees: ''
7+
8+
---
9+
10+

.github/pull_request_template.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
<!-- Don't forget to update the PR title to concisely describe the proposed changes -->
2+
3+
## Summary
4+
*
5+
6+
## Testing Steps
7+
*
8+
9+
<!-- Link to all bugs that this PR fixes, one link per line -->
10+
<!-- If there is no related issue, please create one and link it here before submitting the PR -->
11+
12+
Fixes #xxx

0 commit comments

Comments
 (0)