Add epic and onboarding issue templates, cut down PR template (#31)

* add two issue templates

* simplify PR template
This commit is contained in:
Logan McDonald 2022-08-10 09:54:50 -04:00 committed by GitHub
parent b5b3defe41
commit 041f6a7034
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 55 additions and 0 deletions

25
.github/ISSUE_TEMPLATE/epic.md vendored Normal file
View file

@ -0,0 +1,25 @@
_Put a short description of what the epic is trying to accomplish here._
Outcome: _Describe the outcome sought_
# Features
*Foundational*
<!-- Link to related tickets. -->
- [ ] #xx
- [ ] #xx
*Next*
<!-- Link to follow on items. -->
- [ ] #xx
- [ ] #xx
# Stretch Goals
- [ ] Foo
- [ ] Bar
# Out of scope
<!-- Describe what is out of scope for the epic.-->

17
.github/ISSUE_TEMPLATE/onboarding.md vendored Normal file
View file

@ -0,0 +1,17 @@
# Developer Onboarding
Name: _Name of person being onboarded_
## Access
- [ ] Add to cloud.gov org and relevant spaces as a SpaceDeveloper
```cf set-space-role cloud.account@email.gov ORG SPACE SpaceDeveloper
```
- [ ] Add to our login.gov sandbox team (`.gov registrar poc`) via the [dashboard](https://dashboard.int.identitysandbox.gov/)
## Documents to Review
- [ ] [Team Charter](https://docs.google.com/document/d/1xhMKlW8bMcxyF7ipsOYxw1SQYVi-lWPkcDHSUS6miNg/edit), in particular our Github Policy
- [ ] [Architecture Decision Records](docs/architecture/decisions)
- [ ] [Github Policy](CONTRIBUTING.md)

13
.github/pull_request_template.md vendored Normal file
View file

@ -0,0 +1,13 @@
# <!-- Use the title to describe PR changes in the imperative mood --> #
## 🗣 Description ##
<!-- Describe the "what" of your changes in detail. -->
<!-- Please link to any relevant issues. -->
## 💭 Motivation and context ##
<!-- Why is this change required? -->
<!-- What problem does this change solve? How did you solve it? -->
<!-- Mention any related issue(s) here using appropriate keywords such -->
<!-- as "closes" or "resolves" to auto-close them on merge. -->