Files
codeql/docs/codeql/CONTRIBUTING.md
Sarita Iyer 894a494186 Apply suggestions from code review
Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
2023-01-19 09:39:55 -05:00

1.9 KiB

Contributing to CodeQL docs

We welcome contributions to our CodeQL docs. Want to improve existing docs or add new information you think would be helpful? Then please go ahead and open a pull request!

Contributing to CodeQL docs on codeql.github.com

To make changes to the documentation on codeql.github.com, you can make changes to the documentation files using the GitHub UI, a codespace, or a local text editor, and then open a pull request for review. For more information about the format and structure of the CodeQL documentation on codeql.github.com, please see the README.

Contributing to CodeQL CLI docs on docs.github.com

We are in the process of moving all documentation about the CodeQL CLI from github/codeql to the public github/docs repository so that this documentation is published on the GitHub Docs site. This includes all articles that are currently published under "Using the CodeQL CLI" and "CodeQL CLI reference" categories on the CodeQL microsite. This will make it easier for code scanning users to find information about using CodeQL to query their codebases.

Note: For a brief time, we will have source files for CodeQL CLI documentation in two locations. During this period we will not accept changes to the old files in the codeql repository, only to the new files in the docs repository.

To contribute to these docs, which are located in the code-scanning directory, please refer to the CONTRIBUTING.md file in the docs repository.