diff options
author | Joe Chen <jc@unknwon.io> | 2022-02-10 20:11:36 +0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-02-10 20:11:36 +0800 |
commit | 815624c88a16d879fa1df13b1e05f2819cfbc56c (patch) | |
tree | 0537f6672bcb065b5dd0e442073f796976450f6f /.github/CONTRIBUTING.md | |
parent | 47a996ba4b126e8feef4e3af805338ad575c5137 (diff) |
contributing: add links of articles for the guide
[skip ci]
Diffstat (limited to '.github/CONTRIBUTING.md')
-rw-r--r-- | .github/CONTRIBUTING.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/CONTRIBUTING.md b/.github/CONTRIBUTING.md index ff2603c6..f3aee08f 100644 --- a/.github/CONTRIBUTING.md +++ b/.github/CONTRIBUTING.md @@ -16,6 +16,7 @@ To get an overview of the project, read the [README](/README.md). Here are some - [Set up Git](https://docs.github.com/en/get-started/quickstart/set-up-git) - [GitHub flow](https://docs.github.com/en/get-started/quickstart/github-flow) - [Collaborating with pull requests](https://docs.github.com/en/github/collaborating-with-pull-requests) +- [How to Contribute to Open Source](https://opensource.guide/how-to-contribute/) In addition to the general guides with open source contributions, you would also need to: @@ -26,6 +27,7 @@ In addition to the general guides with open source contributions, you would also ## Philosophy and methodology - [Talk, then code](https://www.craft.do/s/kyHVs6OoE4Dj5V) +- [Write a proposal for open source contributions](https://unknwon.io/posts/220210-write-a-proposal-for-open-source-contributions/) ## Issues |