Skip to content

Commit b5a8346

Browse files
Git-Goodyangshun
authored andcommitted
Edited for clarity and concision (#108)
To help readers understand better and improve readability.
1 parent d8e6b31 commit b5a8346

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

CONTRIBUTING.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,21 @@
11
## Contributing
22

3-
When contributing to this repository, if it is a non-trivial change, please first discuss the change you wish to make via creating an issue in this repository.
3+
When contributing non-trivial changes to this repository, please first discuss the change you wish to make by creating a pull request in this repository.
44

55
### Submitting New Questions
66

7-
We typically do not accept submissions for new questions. This is because the [original questions repository](https://github.com/h5bp/Front-end-Developer-Interview-Questions) has been curated by a team of industry professionals and we use it as ground truth and keep our answers in sync with the questions/answers as much as possible. If you are keen to add a question/answer, firstly try to submit an issue/pull request to that repository, once your question is merged, you can then make a pull request with your answers to this repository.
7+
The [original questions repository](https://github.com/h5bp/Front-end-Developer-Interview-Questions) has been curated by a team of industry professionals. We use it as ground truth and keep our answers in sync with their questions/answers as much as possible. If you are keen to add a question/answer, submit an issue/pull request to the [original questions repository](https://github.com/h5bp/Front-end-Developer-Interview-Questions). Once your question is merged, make a pull request with your answers to this repository.
88

99
### Answering Questions
1010

11-
You are welcome to make improvements to existing answers and/or answer unanswered questions. Try to add a list of references you used when arriving at the answers or any supplementary material that might be useful. This would be helpful for readers who would like to go further in-depth into the answer.
11+
You are welcome to make improvements to existing answers and answer unanswered questions. Whenever possible, add a list of references and supplementary material. This would be helpful for readers who would like to go further in-depth into the answer.
1212

13-
As much as possible, try to follow the existing format of markdown and code. Any JavaScript code added should adopt [Standard style](https://standardjs.com/).
13+
Follow the existing format of markdown and code. JavaScript code added should adopt [Standard style](https://standardjs.com/).
1414

1515
### Translations
1616

17-
Feel free to add translations for the questions and answers only. You might want to retrieve a translated copy of the questions from [the original repository](https://github.com/h5bp/Front-end-Developer-Interview-Questions) and start from there. Simply create an issue expressing interest in being a translator and you can fork the repository and start translating. Translators have the responsibility of keeping the translated content up to date with the master copy. Translated work has to go through the Pull Request and review process before it can be merged into the repository. This is more for organizational purposes as different translators tend to have individual collaboration approach (some prefer merging, some prefer rebasing). Going through a Pull Request process will make the commit history more organized and clean.
17+
Feel free to add translations for the questions and answers only. You can retrieve a translated copy of the questions from [the original repository](https://github.com/h5bp/Front-end-Developer-Interview-Questions) and start from there. Simply create an issue expressing interest in being a translator and you can fork the repository and start translating. Translators have the responsibility of keeping the translated content up to date with the master copy. Translated work has to go through the Pull Request and review process before it can be merged into the repository. This is more for organizational purposes as different translators tend to have individual collaboration approach (some prefer merging, some prefer rebasing). Going through a Pull Request process will make the commit history more organized and clean.
1818

1919
### Code of Conduct
2020

21-
Please note we have a Code of Conduct, please follow it in all your interactions with the project.
21+
Please note our Code of Conduct and follow it in all your interactions with the project.

0 commit comments

Comments
 (0)