Last active
May 18, 2025 19:58
-
-
Save Lordnibbler/11002759 to your computer and use it in GitHub Desktop.
Revisions
-
Lordnibbler revised this gist
Feb 25, 2015 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,7 +18,7 @@ other_pr_master | [link]() ## Todos - [ ] Tests - [ ] Documentation ## Deploy Notes -
Lordnibbler revised this gist
Feb 25, 2015 . 1 changed file with 9 additions and 12 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -2,22 +2,23 @@ **READY/IN DEVELOPMENT/HOLD** ## Migrations YES | NO ## Description A few sentences describing the overall goals of the pull request's commits. ## Related PRs List related PRs against other branches: branch | PR ------ | ------ other_pr_production | [link]() other_pr_master | [link]() ## Todos - [ ] Tests - [ ] Document all methods ## Deploy Notes @@ -33,13 +34,9 @@ git checkout <feature_branch> bundle; script/server ``` 1. ## Impacted Areas in Application List general components of the application that this PR will affect: * -
Lordnibbler revised this gist
Feb 24, 2015 . 1 changed file with 4 additions and 4 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,16 +1,16 @@ ## Status **READY/IN DEVELOPMENT/HOLD** ## Migrations - [ ] Yes ## Description List related PRs against other branches: branch | PR ------ | ------ other_pr_production | [link]() other_pr_master | [link]() A few sentences describing the overall goals of the pull request's commits. -
Lordnibbler revised this gist
Feb 24, 2015 . 1 changed file with 9 additions and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -1,8 +1,17 @@ ## Status **READY/IN DEVELOPMENT/HOLD** ## Has Migration YES | NO ## Description List related PRs against other branches: branch | PR ------ | ------ other_pr_production | link other_pr_master | link A few sentences describing the overall goals of the pull request's commits. -
Lordnibbler revised this gist
Sep 4, 2014 . 1 changed file with 3 additions and 3 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -24,9 +24,9 @@ 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. -
Lordnibbler revised this gist
Sep 4, 2014 . 1 changed file with 14 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -18,6 +18,19 @@ 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. 2. 3. ## Impacted Areas in Application List general components of the application that this PR will affect. * OTP Registration * Provisioning * UI -
Lordnibbler revised this gist
Apr 22, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -19,5 +19,5 @@ db migrations, etc. Outline the steps to test or reproduce the PR here. 1. 2. 3. -
Lordnibbler revised this gist
Apr 22, 2014 . 1 changed file with 1 addition and 0 deletions.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -17,6 +17,7 @@ db migrations, etc. ## Steps to Test or Reproduce Outline the steps to test or reproduce the PR here. 1. 2. 3. -
Lordnibbler revised this gist
Apr 22, 2014 . 1 changed file with 7 additions and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -13,4 +13,10 @@ A few sentences describing the overall goals of the pull request's commits. ## 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. 1. 2. 3. -
Lordnibbler revised this gist
Apr 17, 2014 . 1 changed file with 1 addition and 1 deletion.There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -6,7 +6,7 @@ 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 -
Lordnibbler created this gist
Apr 17, 2014 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,16 @@ ## Status **READY/IN DEVELOPMENT/HOLD** ## Description A few sentences describing the overall goals of the pull request's commits. ## Purpose - [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.