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: guides/release/contributing/index.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Ember is an open source project that succeeds thanks to the help of volunteers. Community members at any level are invited to help out with anything from bug reports to documentation. This guide will give you some tips on how to get started and where to ask for help if you want to get involved. Thanks in advance for your help!
2
2
3
-
# Types of contributions
3
+
##Types of contributions
4
4
5
5
Any change that aims to make an improvement is very welcome!
6
6
@@ -15,15 +15,15 @@ Creating an issue is a great way to start a discussion and gather opinions of ot
15
15
16
16
Apart from creating new issues and pull requests, another way to contribute is comment on existing issues and pull requests. The more reviewers we get for something, the lower the chance we'll overlook potential problems.
17
17
18
-
# Where to get started
18
+
##Where to get started
19
19
20
20
A great place to start is helping improve something you personally ran into. E.g. if you found some of the documentation unclear yourself, please create an issue to highlight it, and optionally suggest how to simplify it.
21
21
22
22
Have a look at the [list of main repositories](repositories) to learn about the different components of the Ember project.
23
23
24
24
If you need some inspiration, you can check out the [Help Wanted](https://help-wanted.emberjs.com/) dashboard to browse for issues. If you are a beginner, look out for issues with the "Help wanted" and "Good first issue" labels.
25
25
26
-
# Updating the API Guides
26
+
##Updating the API Guides
27
27
28
28
In the [API Guides](https://api.emberjs.com/ember/release), suppose you found a typo or wish to provide more details for a package, method, or class. Here is how you can make a change.
29
29
@@ -38,11 +38,11 @@ Next to the words is, once again, the link to the source code [`ds-model-store.t
38
38
Please follow the contributing guide in the specific repo. (Here is an example of the [contributing guide for Ember.js](https://github.com/emberjs/ember.js/blob/master/CONTRIBUTING.md).)
39
39
The contributing guide may further describe how you can edit files, commit messages, and run linting and testing.
40
40
41
-
# Asking for help
41
+
##Asking for help
42
42
43
43
Please comment directly on issues and PRs if you need help. This way others will see and can chime in to help.
44
44
You can also visit the [Ember.js Community Page](https://emberjs.com/community) to join the Ember.js Discord server. Channels that start with `dev` are for contributors working on the corresponding projects, and they are a great place for questions.
45
45
46
-
# In conclusion
46
+
##In conclusion
47
47
48
48
We would like to reiterate once again - anyone at any skill level can help out! If you have any ideas to improve anything whatsoever, we would love to see your contribution!
Copy file name to clipboardExpand all lines: guides/release/contributing/repositories.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Ember is made up of several libraries. If you wish to add a feature or fix a bug please file a pull request against the appropriate repository. Be sure to check the libraries listed below before making changes in the Ember repository.
0 commit comments