log.txt
(click to expand)
52 |
53 |
54 |
55 |
56 |
57 |
58 |
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/config.yml:
--------------------------------------------------------------------------------
1 | blank_issues_enabled: false
2 | contact_links:
3 | - name: Rclone Forum
4 | url: https://forum.rclone.org/
5 | about: For questions around rclone itself.
6 | - name: Rclone Issue Tracker
7 | url: https://github.com/rclone/rclone/issues
8 | about: When you are sure rclone does not work correctly.
--------------------------------------------------------------------------------
/.github/ISSUE_TEMPLATE/feature-request.md:
--------------------------------------------------------------------------------
1 | ---
2 | name: Feature request
3 | about: Suggest a new feature or enhancement for RCX
4 | ---
5 |
6 | ---
7 | **If this is your first feature request, read our [contribution guidelines](../blob/master/CONTRIBUTING.md#requesting-a-new-feature).**
8 |
9 | ---
10 |
11 | #### Pre-Submission checklist
12 |
13 |
14 | - [ ] There is no existing issue that already asks for this feature.