diff --git a/contributing.md b/contributing.md index 8a7841a..fe765cc 100644 --- a/contributing.md +++ b/contributing.md @@ -111,5 +111,5 @@ For a full list of Dashy's contributors, see the [Credits Page](/docs/credits.md ### Star-Gazers Over Time -![Stargazers](https://starchart.cc/Lissy93/dashy.svg) +[![Stargazers](https://starchart.cc/Lissy93/dashy.svg)](https://seladb.github.io/StarTrack-js/#/preload?r=Lissy93,dashy) diff --git a/credits.md b/credits.md index 304a271..8e10c93 100644 --- a/credits.md +++ b/credits.md @@ -10,13 +10,6 @@
Robert Ernst - - - - swcarlosrj -
- Carlos Rufo -
@@ -53,21 +46,28 @@ Snyk Bot + + + liss-bot +
+ Alicia Bot +
+ UrekD
UrekD
- + + onedr0p
ᗪєνιη ᗷυнʟ
- - + daentech @@ -75,13 +75,6 @@ Dan Gilbert - - - liss-bot -
- Alicia Bot -
- BeginCI diff --git a/developing.md b/developing.md index 17649f3..0efc497 100644 --- a/developing.md +++ b/developing.md @@ -84,11 +84,13 @@ You can set the environment using the `NODE_ENV` variable. By default, the corre ### Git Flow Like most Git repos, we are following the [Github Flow](https://guides.github.com/introduction/flow) standard. -1. Create a branch (or fork if you don'd have write acces) -2. Code some awesome stuff, then add and commit your changes -3. Create a Pull Request, complete the checklist and ensure the build succeeds -4. Follow up with any reviews on your code -5. Merge 🎉 +1. Create a branch (or fork if you don'd have write access) +2. Code some awesome stuff 🧑‍💻 +3. Add, commit and push your changes to your branch/ fork +4. Head over to GitHub and create a Pull Request +5. Fill in the required sections in the template, and hit submit +6. Follow up with any reviews on your code +7. Merge 🎉 ### Git Branch Naming The format of your branch name should be something similar to: `[TYPE]/[TICKET]_[TITLE]`