2020-09-27 15:10:11 +03:00
## GitHub Docs <!-- omit in toc -->
2013-01-08 15:55:39 +04:00
2020-10-08 16:30:00 +03:00
This repository contains the documentation website code and Markdown source files for [docs.github.com ](https://docs.github.com ).
2020-09-27 15:10:11 +03:00
2020-10-06 00:44:29 +03:00
GitHub's Docs team works on pre-production content in a private repo that regularly syncs with this public repo.
2020-09-27 15:10:11 +03:00
In this article:
2020-11-19 16:55:08 +03:00
2020-09-27 15:10:11 +03:00
- [Contributing ](#contributing )
- [READMEs ](#readmes )
- [License ](#license )
## Contributing
2020-10-06 07:54:29 +03:00
### Start contributing right now:
2020-09-27 15:10:11 +03:00
2020-10-06 07:55:04 +03:00
We accept a lot of [different contributions ](CONTRIBUTING.md/#types-of-contributions-memo ), including some that don't require you to write a single line of code.
2020-09-27 15:10:11 +03:00
2020-10-06 07:51:57 +03:00
#### Click **make a contribution** from docs
2020-10-06 02:21:26 +03:00
2020-10-06 07:53:09 +03:00
As you're using the GitHub Docs, you may find something in an article that you'd like to add to, update, or change. Click on **make a contribution** to navigate directly to that article in the codebase, so that you can begin making your contribution.
2020-10-06 02:21:26 +03:00
2020-10-06 03:07:52 +03:00
< img src = "./assets/images/contribution_cta.png" width = "400" >
2020-10-06 01:31:14 +03:00
2020-10-06 07:55:15 +03:00
#### Open an issue
2020-10-06 01:31:14 +03:00
2020-10-06 00:44:29 +03:00
If you've found a problem, you can open an issue using a [template ](https://github.com/github/docs/issues/new/choose ).
2020-09-27 15:10:11 +03:00
2020-10-08 01:00:46 +03:00
#### Solve an issue
2020-11-04 18:47:43 +03:00
If you have a solution to one of the open issues, you will need to fork the repository and submit a PR using the [template ](https://github.com/github/docs/blob/main/CONTRIBUTING.md#pull-request-template ) that is visible automatically in the pull request body. For more details about this process, please check out [Getting Started with Contributing ](/CONTRIBUTING.md ).
2020-10-08 01:00:46 +03:00
2020-10-06 07:53:21 +03:00
#### Join us in discussions
2020-10-06 01:31:14 +03:00
2020-10-06 00:44:29 +03:00
We use GitHub Discussions to talk about all sorts of topics related to documentation and this site. For example: if you'd like help troubleshooting a PR, have a great new idea, or want to share something amazing you've learned in our docs, join us in [discussions ](https://github.com/github/docs/discussions ).
2020-09-27 15:10:11 +03:00
2020-10-06 07:53:33 +03:00
#### And that's it!
2020-11-19 17:04:18 +03:00
2020-10-06 01:31:14 +03:00
That's how you can get started easily as a member of the GitHub Documentation community. :sparkles:
2020-10-06 07:54:10 +03:00
If you want to know more, or you're making a more complex contribution, check out [Getting Started with Contributing ](/CONTRIBUTING.md ).
2020-10-06 00:44:29 +03:00
2020-10-06 03:34:45 +03:00
There are a few more things to know when you're getting started with this repo:
2020-10-06 00:44:29 +03:00
1. If you're having trouble with your GitHub account, contact [Support ](https://support.github.com/contact ).
2. We do not accept pull requests for translated content - see [CONTRIBUTING.md ](/CONTRIBUTING.md ) for more information.
2020-09-27 15:10:11 +03:00
## READMEs
In addition to the README you're reading right now, this repo includes other READMEs that describe the purpose of each subdirectory in more detail:
- [content/README.md ](content/README.md )
2020-10-01 21:27:27 +03:00
- [contributing/README.md ](contributing/README.md )
2020-09-27 15:10:11 +03:00
- [data/README.md ](data/README.md )
- [data/reusables/README.md ](data/reusables/README.md )
- [data/variables/README.md ](data/variables/README.md )
- [includes/liquid-tags/README.md ](includes/liquid-tags/README.md )
- [includes/README.md ](includes/README.md )
- [javascripts/README.md ](javascripts/README.md )
- [layouts/README.md ](layouts/README.md )
- [lib/liquid-tags/README.md ](lib/liquid-tags/README.md )
- [middleware/README.md ](middleware/README.md )
- [script/README.md ](script/README.md )
- [stylesheets/README.md ](stylesheets/README.md )
- [tests/README.md ](tests/README.md )
## License
2020-10-08 01:11:49 +03:00
The GitHub product documentation in the assets, content, and data folders are licensed under a [CC-BY license ](LICENSE ).
2020-09-27 15:10:11 +03:00
2020-10-08 01:11:49 +03:00
All other code in this repository is licensed under a [MIT license ](LICENSE-CODE ).
2020-09-27 15:10:11 +03:00
When using the GitHub logos, be sure to follow the [GitHub logo guidelines ](https://github.com/logos ).