Skip to content

Commit 0d63dbc

Browse files
ve-varun-sharmalionellojordanstephens
authored
Resolves Issue/PR templates (#706)
* feat: add github issue template * feat: add github pull request template * feat: implement pr feedback for pull request template * Apply suggestions from code review Co-authored-by: Jordan Stephens <[email protected]> * Apply suggestions from code review --------- Co-authored-by: Lio李歐 <[email protected]> Co-authored-by: Jordan Stephens <[email protected]>
1 parent 8b91f8f commit 0d63dbc

File tree

2 files changed

+34
-0
lines changed

2 files changed

+34
-0
lines changed

.github/ISSUE_TEMPLATE.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Description:
2+
3+
<!-- Detailed explanation of the bug or issue. -->
4+
<!-- If this is a feature request, describe the feature briefly along with use-cases and benefits -->
5+
6+
## Steps to reproduce the problem.
7+
8+
## Expected behavior.
9+
10+
## Actual behavior.
11+
12+
## Environment:
13+
14+
- Defang Version (`defang version`):
15+
- Operating system: (e.g., Windows, macOS, Linux)
16+
- Shell (or Browser, if applicable):
17+
18+
## Additional Information, Relevant dependencies, Screenshots, Logs, Etc...
19+
20+
<!--Any other relevant details that might be helpful. -->

.github/PULL_REQUEST_TEMPLATE.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
## Description
2+
3+
<!-- Concise description of what this PR is tackling. -->
4+
5+
## Linked Issues
6+
7+
<!-- See https://docs.github.com/en/issues/tracking-your-work-with-issues/using-issues/linking-a-pull-request-to-an-issue -->
8+
9+
## Checklist
10+
11+
- [ ] I have performed a self-review of my code
12+
- [ ] I have added appropriate tests
13+
- [ ] I have updated the Defang CLI docs and/or README to reflect my changes, if necessary
14+

0 commit comments

Comments
 (0)