1
0
mirror of https://github.com/mojpm/frontend-development.git synced 2025-01-17 12:38:27 +01:00
frontend-development/CONTRIBUTING.MD

43 lines
1.8 KiB
Plaintext
Raw Normal View History

2020-11-01 17:03:09 +03:00
# Contributors' Guide
2020-11-01 16:51:41 +03:00
First off, thanks for taking the time to contriubute to the resources on this repository.
2020-11-01 17:03:09 +03:00
This is a list of resources for growing and improving as a developer and we wish that it helps as many developers as there are out there. Your contribution plays a key role in this goal.
2020-11-01 16:51:41 +03:00
2020-11-01 17:03:09 +03:00
Bug fixes, typo fixes and Feedback is welcome. Simply submit pull request.
2020-11-01 16:51:41 +03:00
# How To Contribute
2020-11-01 17:03:09 +03:00
2020-11-01 16:51:41 +03:00
If you've never contributed to open source then this is your shot. Be sure to read [this guide](https://opensource.guide/how-to-contribute/#how-to-submit-a-contribution) to get the hang of everything.
If you're already familiar with contributing to open source then follow these steps:
1. Fork this Repository [here.](https://github.com/developer-resources/frontend-development)
2. Clone the forked repository to your local machine.
3. Create a branch with a concise name for your contribution.
4. Make your contribution.
2020-11-25 10:41:18 +03:00
5. Commit your changes and push the new branch
6. Open and submit a Pull Request.
2020-11-01 16:51:41 +03:00
2021-02-20 23:32:48 +03:00
If you need any help, feel free to raise an issue.
2020-11-01 16:51:41 +03:00
And that's it. Well, almost.
# Adding Resources
2020-11-01 17:03:09 +03:00
2020-11-01 16:51:41 +03:00
Please be sure to keep the following in mind before adding a new resource:
- Make sure you indicate whether the resource is a paid resource. Do that by adding 💵 at the end of the resource name.
2021-08-02 15:36:59 +03:00
- If your resource is a course, article or piece of documentation, please indicate the platform or instructor of the resource.
2020-11-01 16:51:41 +03:00
2021-08-02 15:36:59 +03:00
`- [Resource — Instructor/Author/Platform](resource link)`
2020-11-01 16:51:41 +03:00
2021-08-02 15:36:59 +03:00
- Please share resources that you've used or know are of exceptional quality as many beginners use this repo.
- Please double check to make sure your resource doesn't already exist in the repo before making your contribution
2020-11-01 16:51:41 +03:00
- Double check to make sure the link to your resource is working.
2020-11-01 17:03:09 +03:00
And that's it.
Thanks for making this repo better for everyone.❤