Skip to content

Commit

Permalink
Add Github templates
Browse files Browse the repository at this point in the history
Signed-off-by: Jan Hanca <[email protected]>
  • Loading branch information
jhanca-robotecai authored and adamdbrw committed Dec 20, 2023
1 parent 34051e1 commit 0c4ca7b
Show file tree
Hide file tree
Showing 2 changed files with 41 additions and 0 deletions.
32 changes: 32 additions & 0 deletions .github/issue_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
**Describe the issue**
A clear and concise description of what the issue is. Try to isolate the issue to help the community to reproduce it easily and increase chances for a fast fix.

**Expected behavior**
A clear and concise description of what you expected to happen.

**Actual behavior**
A clear and concise description of what actually happened.

**Steps to reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. See error

**Screenshots/Video**
If applicable, add screenshots and/or a video to help explain your problem.

**Found in Branches**
Names of or links to the branches where the issue occurs. Please provide the SHA/hash that identifies the latest commit if necessary; tag should be enough for [o3de/o3de](https://github.com/o3de/o3de) and [o3de/o3de-extras](https://github.com/o3de/o3de-extras), as the demo is expected to run with the stable releases of o3de.
- this demo:
- o3de:
- o3de-extras:

**Desktop/Device (please complete the following information):**
- OS [e.g. Windows 10 22H2, Ubuntu 22.04]
- CPU [e.g. Intel I9-9900k, Ryzen 5900x, ]
- GPU [AMD 6800 XT, NVidia RTX 3090]
- Memory [e.g. 16GB]

**Additional context**
Add any other context about the problem here.
9 changes: 9 additions & 0 deletions .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
## What does this PR do?

_Please describe your PR. For a bug fix, what was the old behavior, what is the new behavior?_

_Please add links to any issues, RFCs or other items that are relevant to this PR._

## How was this PR tested?

_Please describe any testing performed._

0 comments on commit 0c4ca7b

Please sign in to comment.