Convert the bug report and feature request templates to GitHub issue forms. Rewrite the pull request template to require that non-trivial changes are discussed in an issue first, and to spell out that backend changes need a clean test_all run and a test account for the integration tester before they can be merged. Document the latter requirement in CONTRIBUTING.md. Remove the legacy ISSUE_TEMPLATE.md which is superseded by the forms.
9 lines
377 B
YAML
9 lines
377 B
YAML
blank_issues_enabled: false
|
|
contact_links:
|
|
- name: Rclone Forum - questions & support
|
|
url: https://forum.rclone.org/
|
|
about: Have a question, need help, or not sure if it's a bug? Please ask here for a quick answer.
|
|
- name: Rclone Documentation
|
|
url: https://rclone.org/docs/
|
|
about: The docs answer many "how do I..." questions, including per-backend guides.
|