diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md new file mode 100644 index 00000000..576aac7f --- /dev/null +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -0,0 +1,26 @@ +--- +name: Bug Report +about: Create a report to help us improve + +--- +## Describe the bug + + +## Steps to reproduce the bug + + + +## Expected behavior + + +## Screenshots + + +## Environment + +- OS: [e.g. iOS] +- Browser [e.g. chrome, safari] +- Version [e.g. 22] + +## Additional context + diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md new file mode 100644 index 00000000..b0192b27 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -0,0 +1,20 @@ +--- +name: Feature Request +about: Suggest an idea to improve this project! + +--- + +## Is your feature request related to a problem? Please describe. + + + +## Describe the solution you'd like + + + +## Describe alternatives you've considered + + + +## Additional context + diff --git a/.github/ISSUE_TEMPLATE/replay_issue.md b/.github/ISSUE_TEMPLATE/replay_issue.md new file mode 100644 index 00000000..1fc674a7 --- /dev/null +++ b/.github/ISSUE_TEMPLATE/replay_issue.md @@ -0,0 +1,30 @@ +--- +name: Replay Issue +about: Can not replay a specific web page? Tell us about it! + +--- +## Expected behavior + + + +## What actually happened + +1. Go to '...' +2. Click on '....' +3. Scroll down to '....' +4. See error + + +## Browser + + +**Desktop (please complete the following information):** +- OS: [e.g. iOS] +- Browser [e.g. chrome, safari] +- Version [e.g. 22] + +**Smartphone (please complete the following information):** +- Device: [e.g. iPhone6] +- OS: [e.g. iOS8.1] +- Browser [e.g. stock browser, safari] +- Version [e.g. 22] diff --git a/.github/PULL_REQUEST_TEMPLATE.md b/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 00000000..51318708 --- /dev/null +++ b/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,27 @@ + + + +## Description + + +## Motivation and Context + + + + +## Screenshots (if appropriate): + +## Types of changes + +- [ ] Replay fix (fixes a replay specific issue) +- [ ] Bug fix (non-breaking change which fixes an issue) +- [ ] New feature (non-breaking change which adds functionality) +- [ ] Breaking change (fix or feature that would cause existing functionality to change) + +## Checklist: + + +- [ ] My change requires a change to the documentation. +- [ ] I have updated the documentation accordingly. +- [ ] I have added or updated tests to cover my changes. +- [ ] All new and existing tests passed.