Skip to content

Commit

Permalink
Merge pull request #209 from red-gate/pr-templates
Browse files Browse the repository at this point in the history
Add pull request templates - LGTM!
  • Loading branch information
fffej authored Jan 29, 2019
2 parents c471a85 + b6106ab commit 2990bc0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radar.csv
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ Daily standups,adopt,techniques,true,"Having a daily standup each day helps us p
Pairing,adopt,techniques,true,"Pairing helps collaboration and knowledge transfer within the team."
Team Exploratory Testing Sessions,adopt,techniques,true,"Team exploratory testing helps us gain deep feedback on development work."
Lightweight Architecure Decision Records,adopt,techniques,true,"Much documentation can be replaced with highly readable code and tests. In a world of evolutionary architecture, however, it's important to record certain design decisions for the benefit of future team members as well as for external oversight. Lightweight Architecture Decision Records is a technique for capturing important architectural decisions along with their context and consequences. We store these details in source control, instead of a wiki or website, as then they can provide a record that remains in sync with the code itself."
Pull Request Templates,adopt,techniques,true,"PR templates can pre-populate a pull request with a list of things to check before the PR is merged."
Mobbing,explore,techniques,true,"Mobbing is a software development approach where the whole team works on the same thing, at the same time, in the same space, and at the same computer. The SQL Prompt team are exploring mobbing."
Domain-driven Design,explore,techniques,true,"Domain-driven Design (DDD) is a development approach that deeply values the domain model and connects it to the implementation. DDD gives us the opportunity to keep ourselves honest about striving for persistence ignorance by abstrating the consistency boundaries through proper domain modeling. We are finding it easy to shape the discussions around business language and structure the codebase around the well-established DDD concepts such as Aggregate, Command, Event, etc. There is a also great deal of resource and community support behind this approach which makes it easy to acquire the knowladge. Being explored by The Spiders."
Isolated installer tests,adopt,techniques,true,"Automated tests that install in an isolated VM gives confidence that build is actually releasable. Ideally, both a clean install, and an upgrade install from the previous release, to ensure the installer works for both new and existing users."
Expand Down

0 comments on commit 2990bc0

Please sign in to comment.