contributing
Contributing information for GitHub and documentation, plus GitHub issue templates.
Functions:
|
Formats the given commands in a reStructuredText bash code block suitable for rendering on GitHub. |
|
Add |
|
Add CONTRIBUTING.rst to the documentation directory of the repo. |
|
Add issue templates for GitHub to the desired repo. |
-
github_bash_block(*commands)[source] Formats the given commands in a reStructuredText bash code block suitable for rendering on GitHub.
-
make_contributing(repo_path, templates)[source] Add
CONTRIBUTING.rstto the desired repo.- Parameters
repo_path (
Path) – Path to the repository root.templates (
Environment)
- Return type
-
make_docs_contributing(repo_path, templates)[source] Add CONTRIBUTING.rst to the documentation directory of the repo.
- Parameters
repo_path (
Path) – Path to the repository root.templates (
Environment)
- Return type