Skip to content

Commit

Permalink
Merge branch 'master' into patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
leonardomso authored Oct 6, 2023
2 parents 01338f7 + 9b4300a commit 2955fcb
Show file tree
Hide file tree
Showing 2 changed files with 69 additions and 32 deletions.
27 changes: 13 additions & 14 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,20 +1,19 @@

# Contribution
This project would not be possible without your help and support and we appreciate your willingness to contribute!
This project would not be possible without your help and support, and we appreciate your willingness to contribute!

### Creating New Translation
### Creating a New Translation

In order to create a new translation, you need to follow these steps:
To create a new translation, please follow these steps:

* Fork the [main repo](https://github.com/leonardomso/33-js-concepts).
* Add yourself to the watch list of the main repo to keep up with changes.
* Translate the repo on your forked repo.
* Go to the [main repo](https://github.com/leonardomso/33-js-concepts) and edit the README.md to include your translated repo link there.
* Inside the **Community**, add a new line with the link for your translated repo like:
* [Your language in native form (English name)](link to your repo here) — Your Name
* e.g. `[日本語 (Japanese)](https://github.com/oimo23/33-js-concepts) — oimo23`
* Create a new Pull Request with the name "Add *your language here*" translation.
* Now, just wait for the merge!
* Fork the [main repository](https://github.com/leonardomso/33-js-concepts).
* Add yourself to the watch list of the main repository to stay updated with any changes.
* Translate the repository on your forked copy.
* Go to the [main repository](https://github.com/leonardomso/33-js-concepts) and edit the README.md file to include a link to your translated repository.
* Inside the **Community** section, add a new line with the link to your translated repository in the following format:
* [Your language in native form (English name)](link to your repository here) — Your Name
* For example, `[日本語 (Japanese)](https://github.com/oimo23/33-js-concepts) — oimo23`
* Create a new Pull Request with the name "Add *your language here* translation."
* Now, just wait for the merge!

## License
By contributing, you agree that your contributions will be licensed under its [MIT license](./LICENSE).
By contributing, you agree that your contributions will be licensed under the [MIT license](./LICENSE).
Loading

0 comments on commit 2955fcb

Please sign in to comment.