Skip to content
This repository was archived by the owner on Sep 4, 2022. It is now read-only.
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
20 changes: 20 additions & 0 deletions .github/ISSUE_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
<!-- Replace {Please comment here} with your description -->

## Please provide as much information as possible.
## If you deem some of them irrelevant, feel free to skip them

### Brief description of the problem

{Please comment here}

### Steps to Reproduce (including precondition)


### Your Environment

- [ ] Running owr-vm
- [ ] Running on my own machine

#### If running on your own machine, provide:

- OS and OS version (For example, Ubuntu 16.04):
8 changes: 8 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
<!-- Thank you for your work! -->

### Description of your work

### Check lists (check `x` in `[ ]` of list items)

- [ ] Delete branch after merging
- [ ] `Squash and Merge` my work (leave if unsure)