Files
developer-roadmap/contributing/guide.md

15 lines
754 B
Markdown
Raw Normal View History

2019-11-08 16:47:21 +04:00
## Submitting a Guide
First of all thank you for considering to contribute to this project. It wouldn't have been possible for us to keep it live without your contributions 🙏
2020-01-02 09:59:41 +04:00
> Follow the steps listed below in order to add a new guide
2020-01-02 09:59:41 +04:00
* Fork this repository
* If you haven't contributed to this project before then create your author profile
2020-01-18 22:47:48 +04:00
* Open the file [authors.json](../content/authors.json)
* Put your preferred `username`
2020-01-18 01:08:47 +04:00
* Put a profile picture in [authors directory](../public/authors) with the username
2020-01-18 22:47:48 +04:00
* Create a new markdown file in the [guides directory](../content/guides).
* Add the meta data for this guide in [guides.json](../content/guides.json). Please note that `fileName` and `slug` must match.
* Open a pull request