Skip to content

Latest commit

History

History
23 lines (13 loc) 路 1.19 KB

CONTRIBUTING.md

File metadata and controls

23 lines (13 loc) 路 1.19 KB

Contribution Guidelines

If you have something awesome to contribute to the Awesome Technical Communication resource list, perform the following steps to create a Pull Request (PR) or create an issue.

  1. Sign up a GitHub account if you don't have one and sign in to it.

  2. Fork the lilin90/awesome-technical-communication repository by clicking the Fork button on the upper right.

  3. Clone the forked repository to your local storage. If you are not familiar with Git commands, it is recommended to use GitHub Desktop.

  4. Create a new branch based on the master branch.

  5. Edit some file(s) on the new branch and save your changes.

  6. Commit your changes with a commit message.

  7. Push your changes to the remote.

  8. Create a Pull Request.

    1. Visit your forked repository.
    2. Click the Compare & pull request button.
    3. Edit the PR description and submit your PR.