mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-30 17:15:29 +02:00
Auto Publish new pages
parent
5420360931
commit
564fbe2bce
@ -111,5 +111,5 @@ For a full list of Dashy's contributors, see the [Credits Page](/docs/credits.md
|
|||||||
|
|
||||||
### Star-Gazers Over Time
|
### Star-Gazers Over Time
|
||||||
|
|
||||||

|
[](https://seladb.github.io/StarTrack-js/#/preload?r=Lissy93,dashy)
|
||||||
|
|
||||||
|
27
credits.md
27
credits.md
@ -10,13 +10,6 @@
|
|||||||
<br />
|
<br />
|
||||||
<sub><b>Robert Ernst</b></sub>
|
<sub><b>Robert Ernst</b></sub>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
|
||||||
<td align="center">
|
|
||||||
<a href="https://github.com/swcarlosrj">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/9881700?u=c92e4a0ccc0bff241e50582bce914b179b6d89b6&v=4" width="80;" alt="swcarlosrj"/>
|
|
||||||
<br />
|
|
||||||
<sub><b>Carlos Rufo</b></sub>
|
|
||||||
</a>
|
|
||||||
</td></tr>
|
</td></tr>
|
||||||
</table>
|
</table>
|
||||||
<!-- readme: sponsors -end -->
|
<!-- readme: sponsors -end -->
|
||||||
@ -53,21 +46,28 @@
|
|||||||
<sub><b>Snyk Bot</b></sub>
|
<sub><b>Snyk Bot</b></sub>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
|
<td align="center">
|
||||||
|
<a href="https://github.com/liss-bot">
|
||||||
|
<img src="https://avatars.githubusercontent.com/u/87835202?v=4" width="80;" alt="liss-bot"/>
|
||||||
|
<br />
|
||||||
|
<sub><b>Alicia Bot</b></sub>
|
||||||
|
</a>
|
||||||
|
</td>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<a href="https://github.com/UrekD">
|
<a href="https://github.com/UrekD">
|
||||||
<img src="https://avatars.githubusercontent.com/u/38784343?v=4" width="80;" alt="UrekD"/>
|
<img src="https://avatars.githubusercontent.com/u/38784343?v=4" width="80;" alt="UrekD"/>
|
||||||
<br />
|
<br />
|
||||||
<sub><b>UrekD</b></sub>
|
<sub><b>UrekD</b></sub>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td></tr>
|
||||||
|
<tr>
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<a href="https://github.com/onedr0p">
|
<a href="https://github.com/onedr0p">
|
||||||
<img src="https://avatars.githubusercontent.com/u/213795?v=4" width="80;" alt="onedr0p"/>
|
<img src="https://avatars.githubusercontent.com/u/213795?v=4" width="80;" alt="onedr0p"/>
|
||||||
<br />
|
<br />
|
||||||
<sub><b>ᗪєνιη ᗷυнʟ</b></sub>
|
<sub><b>ᗪєνιη ᗷυнʟ</b></sub>
|
||||||
</a>
|
</a>
|
||||||
</td></tr>
|
</td>
|
||||||
<tr>
|
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<a href="https://github.com/daentech">
|
<a href="https://github.com/daentech">
|
||||||
<img src="https://avatars.githubusercontent.com/u/358678?v=4" width="80;" alt="daentech"/>
|
<img src="https://avatars.githubusercontent.com/u/358678?v=4" width="80;" alt="daentech"/>
|
||||||
@ -75,13 +75,6 @@
|
|||||||
<sub><b>Dan Gilbert</b></sub>
|
<sub><b>Dan Gilbert</b></sub>
|
||||||
</a>
|
</a>
|
||||||
</td>
|
</td>
|
||||||
<td align="center">
|
|
||||||
<a href="https://github.com/liss-bot">
|
|
||||||
<img src="https://avatars.githubusercontent.com/u/87835202?v=4" width="80;" alt="liss-bot"/>
|
|
||||||
<br />
|
|
||||||
<sub><b>Alicia Bot</b></sub>
|
|
||||||
</a>
|
|
||||||
</td>
|
|
||||||
<td align="center">
|
<td align="center">
|
||||||
<a href="https://github.com/BeginCI">
|
<a href="https://github.com/BeginCI">
|
||||||
<img src="https://avatars.githubusercontent.com/u/57495754?v=4" width="80;" alt="BeginCI"/>
|
<img src="https://avatars.githubusercontent.com/u/57495754?v=4" width="80;" alt="BeginCI"/>
|
||||||
|
@ -84,11 +84,13 @@ You can set the environment using the `NODE_ENV` variable. By default, the corre
|
|||||||
### Git Flow
|
### Git Flow
|
||||||
Like most Git repos, we are following the [Github Flow](https://guides.github.com/introduction/flow) standard.
|
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)
|
1. Create a branch (or fork if you don'd have write access)
|
||||||
2. Code some awesome stuff, then add and commit your changes
|
2. Code some awesome stuff 🧑💻
|
||||||
3. Create a Pull Request, complete the checklist and ensure the build succeeds
|
3. Add, commit and push your changes to your branch/ fork
|
||||||
4. Follow up with any reviews on your code
|
4. Head over to GitHub and create a Pull Request
|
||||||
5. Merge 🎉
|
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
|
### Git Branch Naming
|
||||||
The format of your branch name should be something similar to: `[TYPE]/[TICKET]_[TITLE]`
|
The format of your branch name should be something similar to: `[TYPE]/[TICKET]_[TITLE]`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user