Skip to content

Instantly share code, notes, and snippets.

@andreisebastianc
Last active May 2, 2020 17:11
Show Gist options
  • Save andreisebastianc/0f69f0579c32d319f4f0ce1d50674756 to your computer and use it in GitHub Desktop.
Save andreisebastianc/0f69f0579c32d319f4f0ce1d50674756 to your computer and use it in GitHub Desktop.

Revisions

  1. andreisebastianc revised this gist Oct 26, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion pull_request_template.md
    Original file line number Diff line number Diff line change
    @@ -9,7 +9,7 @@
    - [ ] qunit tests pass
    - [ ] lint tests pass
    - [ ] all requests are mocked using Mirage
    - [ ] commits have [good description](https://chris.beams.io/posts/git-commit/#seven-rules)
    - [ ] commits follow the [Conventional Commits Spec](https://www.conventionalcommits.org/en/v1.0.0-beta.2/)

    ## Change summary (mark all that apply)

  2. andreisebastianc revised this gist Oct 24, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion pull_request_template.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@
    ## DEV Checklist (all are mandatory)

    - [x] qunit tests pass
    - [ ] qunit tests pass
    - [ ] lint tests pass
    - [ ] all requests are mocked using Mirage
    - [ ] commits have [good description](https://chris.beams.io/posts/git-commit/#seven-rules)
  3. andreisebastianc revised this gist Oct 24, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion pull_request_template.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@
    ## DEV Checklist (all are mandatory)

    - [ ] qunit tests pass
    - [x] qunit tests pass
    - [ ] lint tests pass
    - [ ] all requests are mocked using Mirage
    - [ ] commits have [good description](https://chris.beams.io/posts/git-commit/#seven-rules)
  4. andreisebastianc revised this gist Oct 24, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion pull_request_template.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@
    ## DEV Checklist (all are mandatory)

    - [x] qunit tests pass
    - [ ] qunit tests pass
    - [ ] lint tests pass
    - [ ] all requests are mocked using Mirage
    - [ ] commits have [good description](https://chris.beams.io/posts/git-commit/#seven-rules)
  5. andreisebastianc revised this gist Oct 24, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion pull_request_template.md
    Original file line number Diff line number Diff line change
    @@ -6,7 +6,7 @@
    ## DEV Checklist (all are mandatory)

    - [ ] qunit tests pass
    - [x] qunit tests pass
    - [ ] lint tests pass
    - [ ] all requests are mocked using Mirage
    - [ ] commits have [good description](https://chris.beams.io/posts/git-commit/#seven-rules)
  6. andreisebastianc revised this gist Oct 23, 2018. 1 changed file with 4 additions and 4 deletions.
    8 changes: 4 additions & 4 deletions pull_request_template.md
    Original file line number Diff line number Diff line change
    @@ -2,7 +2,7 @@
    | :---: | :---: | :---: |
    | Ready/Hold | Feature/Bug/Tooling/Refactor/Hotfix | [Link](<ticket link here>) |

    > ⚠️ NOTE: use notes like this to emphasize something about the PR. This could include other PRs this PR is built on top of; new or removed environment variables; reasons for why the PR is on hold; or anything else you would like to draw attention to.
    > NOTE: use notes like this to emphasize something about the PR. This could include other PRs this PR is built on top of; new or removed environment variables; reasons for why the PR is on hold; or anything else you would like to draw attention to.
    ## DEV Checklist (all are mandatory)

    @@ -14,7 +14,7 @@
    ## Change summary (mark all that apply)

    #### Layout
    > ⚠️ NOTE: if common CSS was changed, it's implied that it's been verified that layout was is not broken on other devices
    > NOTE: if common CSS was changed, it's implied that it's been verified that layout was is not broken on other devices
    - [ ] ⚠️ desktop only layout changes
    - [ ] ⚠️ tablet only layout changes
    - [ ] ⚠️ mobile only layout changes
    @@ -31,13 +31,13 @@
    **BEFORE**:

    [insert screenshot here]
    > ⚠️ NOTE: use this only when a big, noticeable change is applied to the current UI
    > NOTE: use this only when a big, noticeable change is applied to the current UI
    **AFTER**:
    [insert screenshot here]

    ## New work items logged
    > ⚠️ NOTE: list new items that were logged in Jira as followup
    > NOTE: list new items that were logged in Jira as followup
    ## Other changes

  7. andreisebastianc revised this gist Oct 23, 2018. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion pull_request_template.md
    Original file line number Diff line number Diff line change
    @@ -1,5 +1,5 @@
    | Status | Type | Ticket |
    | :---: | :---: | :---: | :--: | :--: |
    | :---: | :---: | :---: |
    | Ready/Hold | Feature/Bug/Tooling/Refactor/Hotfix | [Link](<ticket link here>) |

    > ⚠️ NOTE: use notes like this to emphasize something about the PR. This could include other PRs this PR is built on top of; new or removed environment variables; reasons for why the PR is on hold; or anything else you would like to draw attention to.
  8. andreisebastianc created this gist Oct 23, 2018.
    50 changes: 50 additions & 0 deletions pull_request_template.md
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,50 @@
    | Status | Type | Ticket |
    | :---: | :---: | :---: | :--: | :--: |
    | Ready/Hold | Feature/Bug/Tooling/Refactor/Hotfix | [Link](<ticket link here>) |

    > ⚠️ NOTE: use notes like this to emphasize something about the PR. This could include other PRs this PR is built on top of; new or removed environment variables; reasons for why the PR is on hold; or anything else you would like to draw attention to.
    ## DEV Checklist (all are mandatory)

    - [ ] qunit tests pass
    - [ ] lint tests pass
    - [ ] all requests are mocked using Mirage
    - [ ] commits have [good description](https://chris.beams.io/posts/git-commit/#seven-rules)

    ## Change summary (mark all that apply)

    #### Layout
    > ⚠️ NOTE: if common CSS was changed, it's implied that it's been verified that layout was is not broken on other devices
    - [ ] ⚠️ desktop only layout changes
    - [ ] ⚠️ tablet only layout changes
    - [ ] ⚠️ mobile only layout changes
    - [ ] I've checked layout changes on all devices

    #### Tests
    - [ ] Did not add new tests / open for suggestions on tests to add

    #### Other
    - [ ] Solution required discussion with team members

    ## Screenshots

    **BEFORE**:

    [insert screenshot here]
    > ⚠️ NOTE: use this only when a big, noticeable change is applied to the current UI
    **AFTER**:
    [insert screenshot here]

    ## New work items logged
    > ⚠️ NOTE: list new items that were logged in Jira as followup
    ## Other changes

    **New dependencies**:

    - `dependency` : dependency details

    **New dev dependencies**:

    - `dependency` : dependency details