Skip to content

Instantly share code, notes, and snippets.

@prateekm21
Forked from hcopperm/gist:9670e6d85c2c781e2430
Last active August 29, 2015 14:14
Show Gist options
  • Select an option

  • Save prateekm21/d6e52026f62ddd2c230b to your computer and use it in GitHub Desktop.

Select an option

Save prateekm21/d6e52026f62ddd2c230b to your computer and use it in GitHub Desktop.

Revisions

  1. @hcopperm hcopperm revised this gist Feb 5, 2015. 1 changed file with 1 addition and 1 deletion.
    2 changes: 1 addition & 1 deletion gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,4 +1,4 @@
    TICKET: Short description
    {TICKET}: Short description

    ## Status
    **READY/IN DEVELOPMENT/HOLD**
  2. @hcopperm hcopperm revised this gist Feb 5, 2015. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -1,3 +1,5 @@
    TICKET: Short description

    ## Status
    **READY/IN DEVELOPMENT/HOLD**

  3. @hcopperm hcopperm revised this gist Dec 29, 2014. 1 changed file with 2 additions and 0 deletions.
    2 changes: 2 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -5,6 +5,8 @@
    ## Description
    List related PRs against other branches:

    branch | PR
    ------ | ------
    other_pr_production | linky
    other_pr_master | linky

  4. @hcopperm hcopperm revised this gist Dec 29, 2014. 1 changed file with 3 additions and 2 deletions.
    5 changes: 3 additions & 2 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -4,8 +4,9 @@

    ## Description
    List related PRs against other branches:
    * other_pr_production
    * other_pr_master

    other_pr_production | linky
    other_pr_master | linky

    A few sentences describing the overall goals of the pull request's commits.

  5. @hcopperm hcopperm created this gist Dec 29, 2014.
    40 changes: 40 additions & 0 deletions gistfile1.txt
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,40 @@
    ## Status
    **READY/IN DEVELOPMENT/HOLD**


    ## Description
    List related PRs against other branches:
    * other_pr_production
    * other_pr_master

    A few sentences describing the overall goals of the pull request's commits.


    ## Todos
    - [x] Checklist item describing completed technical detail
    - [ ] Checklist item describing incomplete technical detail


    ## Deploy Notes
    Notes regarding deployment the contained body of work. These should note any
    db migrations, etc.

    ## Steps to Test or Reproduce
    Outline the steps to test or reproduce the PR here.

    ```sh
    git pull --prune
    git checkout <feature_branch>
    bundle; script/server
    ```

    1. Go to a route
    2. Click a thing
    3. Profit!!!

    ## Impacted Areas in Application
    List general components of the application that this PR will affect.

    * OTP Registration
    * Provisioning
    * UI