mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-22 18:56:15 +02:00
Add epic and onboarding issue templates, cut down PR template (#31)
* add two issue templates * simplify PR template
This commit is contained in:
parent
b5b3defe41
commit
041f6a7034
4 changed files with 55 additions and 0 deletions
25
.github/ISSUE_TEMPLATE/epic.md
vendored
Normal file
25
.github/ISSUE_TEMPLATE/epic.md
vendored
Normal 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
17
.github/ISSUE_TEMPLATE/onboarding.md
vendored
Normal 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
13
.github/pull_request_template.md
vendored
Normal 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. -->
|
Loading…
Add table
Add a link
Reference in a new issue