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
+4-4Lines changed: 4 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -18,8 +18,8 @@ You can find instructions to get setup in our [README](README.md#getting-started
18
18
* Clone your fork to your machine.
19
19
* Create a new branch for your translation work.
20
20
* Copy `_data/locales/en.yml` to target locale file e.g. `_data/locales/es.yml`.
21
-
* Create a new folder in the repository root e.g. `es/`.
22
-
* Copy `businesses.html`, `index.html` and `maintainers.html` from the repository root into the new folder e.g. `es/businesses.html` etc.
21
+
* Create a new folder in `_articles/`e.g. [`_articles/es/`](_articles/es/).
22
+
* Copy `businesses.html`, `index.html` and `maintainers.html` from `_articles/`into the new folder e.g. `_articles/es/businesses.html`, etc.
23
23
* Edit the `lang: en` to be the correct language in the new `businesses.html`, `index.html` and `maintainers.html` files e.g. `lang: es`
24
24
* Translate messages in new locale file and use `script/server` to verify they are displayed correctly.
25
25
* Send a pull request.
@@ -30,12 +30,12 @@ So you've found a bug, and want to help us fix it? Before filing a bug report, p
30
30
31
31
* On which page did the error happen?
32
32
* How can the error be reproduced?
33
-
* If possible, please also provide an error message or a screenshot to illustrate the problem
33
+
* If possible, please provide an error message or a screenshot to illustrate the problem
34
34
35
35
If you want to be really thorough, there is a great overview on Stack Overflow of [what you should consider when reporting a bug](http://stackoverflow.com/questions/240323/how-to-report-bugs-the-smart-way).
36
36
37
37
It goes without saying that you're welcome to help investigate further and/or find a fix for the bug. If you want to do so, just mention it in your bug report and offer your help!
38
38
39
39
## Additional info
40
40
41
-
Especially if you're a newcomer to Open Source and you've found some little bumps along the way while contributing, we recommend you write about them. [Here](https://medium.freecodecamp.com/new-contributors-to-open-source-please-blog-more-920af14cffd)'s a great article about why writing about your experience is important; this will encourage other beginners to try their luck at Open Source, too!
41
+
Especially if you're a newcomer to Open Source and you've found some little bumps along the way while contributing, we recommend you write about them. See [Shubheksha Jalan's great article about why writing about your experience is important](https://medium.freecodecamp.com/new-contributors-to-open-source-please-blog-more-920af14cffd); this will encourage other beginners to try their luck at Open Source, too!
0 commit comments