You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CONTRIBUTING.md
+2-5
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,9 @@
2
2
3
3
Please note that this project is released with a [Contributor Code of Conduct](Code-of-Conduct.md). By participating in this project you agree to abide by its terms.
4
4
5
-
# The pull request should have a useful title. Pull requests with `Update readme.md` as title will be closed right away because I'm so tired of nobody reading this document. Please carefully read everything in `Adding to this list`.
6
-
7
5
## Table of Contents
8
6
9
7
-[Adding to this list](#adding-to-this-list)
10
-
-[Creating your own awesome list](#creating-your-own-awesome-list)
11
8
-[Adding something to an awesome list](#adding-something-to-an-awesome-list)
12
9
-[Updating your Pull Request](#updating-your-pull-request)
13
10
@@ -34,11 +31,11 @@ If you have something awesome to contribute to an awesome list, this is how you
34
31
35
32
You'll need a [GitHub account](https://github.com/join)!
36
33
37
-
1. Access the awesome list's GitHub page. For example: https://github.com/berkus/awesome-embedded-rust
34
+
1. Access the awesome list's GitHub page. For example: https://github.com/rust-embedded/awesome-embedded-rust
38
35
2. Click on the `readme.md` file: 
39
36
3. Now click on the edit icon. 
40
37
4. You can start editing the text of the file in the in-browser editor. Make sure you follow guidelines above. You can use [GitHub Flavored Markdown](https://help.github.com/articles/github-flavored-markdown/). 
41
-
5. Say why you're proposing the changes, and then click on "Propose file change". 
38
+
5. Say why you're proposing the changes (see section [Adding to this list](#adding-to-this-list) for details), and then click on "Propose file change". 
42
39
6. Submit the [pull request](https://help.github.com/articles/using-pull-requests/)!
0 commit comments