-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #5 from pawarhrishi21/my_branch_1
Added OpenSource and Absolute Beginner sections
- Loading branch information
Showing
1 changed file
with
10 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,17 @@ | ||
# Resources | ||
|
||
## Beginners Git/Github | ||
## Articles for Absolute Beginners | ||
1. [Understanding Git from Zero](https://thenewstack.io/tutorial-git-for-absolutely-everyone/) | ||
2. [Git and Github for Absolute Beginners](https://github.com/pawarhrishi21/OSS-Chapter/blob/master/Resources.md) | ||
|
||
## Github for Beginners (Github Docs) | ||
1. [Getting Started](https://docs.github.com/en/github/getting-started-with-github) | ||
2. [Issues and PR's](https://docs.github.com/en/github/collaborating-with-issues-and-pull-requests) | ||
|
||
## Understanding OpenSource | ||
1. [OpenSource Guide](http://opensource.guide/) | ||
2. [How to get started with Open Source](https://www.hackerearth.com/getstarted-opensource/) | ||
|
||
## Documenting your code | ||
1. [Sphinx docs](https://www.sphinx-doc.org/en/master/) | ||
1. [Sphinx Docs](https://www.sphinx-doc.org/en/master/) | ||
2. [Readthedocs Docs](https://docs.readthedocs.io/en/stable/) |