From 568273ba1454fd925f83649dcad394da3b787d7b Mon Sep 17 00:00:00 2001 From: Chrystal Maria Griffiths Date: Tue, 13 Nov 2018 10:33:47 +0000 Subject: [PATCH] Merge pull request #1134 from sharelatex/issue-pr-templates Add issue and PR templates GitOrigin-RevId: 777a322d77be482233b7e3b02f533e47b735436a --- services/web/.github/ISSUE_TEMPLATE.md | 38 ++++++++++++++++ services/web/.github/PULL_REQUEST_TEMPLATE.md | 43 +++++++++++++++++++ 2 files changed, 81 insertions(+) create mode 100644 services/web/.github/ISSUE_TEMPLATE.md create mode 100644 services/web/.github/PULL_REQUEST_TEMPLATE.md diff --git a/services/web/.github/ISSUE_TEMPLATE.md b/services/web/.github/ISSUE_TEMPLATE.md new file mode 100644 index 0000000000..e0093aa90c --- /dev/null +++ b/services/web/.github/ISSUE_TEMPLATE.md @@ -0,0 +1,38 @@ + + +## Steps to Reproduce + + + +1. +2. +3. + +## Expected Behaviour + + +## Observed Behaviour + + + +## Context + + +## Technical Info + + +* URL: +* Browser Name and version: +* Operating System and version (desktop or mobile): +* Signed in as: +* Project and/or file: + +## Analysis + + +## Who Needs to Know? + + + +- +- diff --git a/services/web/.github/PULL_REQUEST_TEMPLATE.md b/services/web/.github/PULL_REQUEST_TEMPLATE.md new file mode 100644 index 0000000000..8d03e742ad --- /dev/null +++ b/services/web/.github/PULL_REQUEST_TEMPLATE.md @@ -0,0 +1,43 @@ +### Description + + + +#### Screenshots + + + +#### Related Issues / PRs + + + +### Review + + + +#### Potential Impact + + + +#### Manual Testing Performed + +- [ ] +- [ ] + +#### Accessibility + + + +### Deployment + + + +#### Deployment Checklist + +- [ ] Update documentation not included in the PR (if any) +- [ ] + +#### Metrics and Monitoring + + + +#### Who Needs to Know?