contributing
contributing copied to clipboard
:clipboard: Guidelines & Workflow for people contributing to our project(s) on GitHub. Please :star: to confirm you've read & understood! :white_check_mark:
Each ("User") Story that we work on has a basic requirement which is captured in the story. However in order to _satisfy_ that requirement we need a _precise_ "***Acceptance Criteria***"....
"[this](https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/this)" is a _really_ unhelpful link text. 😕 It's bad for accessibility and SEO. 👎 Similarly [here]() or [link]() are exceptionally poor link text. 🙅 They tell me (and [vision...
I think this deserves a separate section as: a) Less experienced developers don't tend to know what a spike is b) It is, in my experience, something which has been...
All of dwyl's tutorials follow @nelsonic's simple 'Why? What? Who? How?' format that provides excellent context and helps beginners tremendously. He wrote an excellent explanation of this format as an...
## Situation / Intro At present we have ***six*** GitHub repositories that contain "_bits_" of our "Workflow": + [https://github.com/dwyl/**contributing**](https://github.com/dwyl/contributing) - General guidance on contributing to a GitHub project + [https://github.com/dwyl/**definition-of-done**](https://github.com/dwyl/definition-of-done)...
https://google.github.io/eng-practices/review/reviewer/ Thread: https://news.ycombinator.com/item?id=20890682 GitHub repo: https://github.com/google/eng-practices
When making _visual_ changes to our app(s) UI/Layout we need a systematic approach to ensure that the changes being made are needed (_e.g: fixing a "bug" in the layout on...
Instead of adding "[WiP]" to a pull request we can now create it as a "Draft": https://github.blog/2019-02-14-introducing-draft-pull-requests/ 
As per https://github.com/dwyl/hq/issues/434, we have processes spread across multiple different repositories, but one thing we _don't_ have is a checklist for things we're making sure we're doing throughout a **whole**...
In #109, @nelsonic proposed the following columns:  + Ideate: Define User Story + Create UX/UI Wireframe/flow + Tech Spec (add checklist) + Estimate Time + Ready for Dev +...