You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/CONTRIBUTING.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,14 +29,16 @@ Make sure you have the following dependencies installed before setting up your d
29
29
30
30
## How to contribute
31
31
32
-
-**Fork and Clone:**[Fork the qui repository](https://github.com/autobrr/qui/fork) and clone it to start working on your changes.
32
+
-**Pull request access:** This repo restricts pull request creation to **collaborators only**.
33
+
- If you are **not** a collaborator: start with an issue/discussion (or Discord) and include a patch (`git diff`) or link to your fork/branch so a maintainer can apply it.
34
+
-**Clone:** Clone the repository to start working on your changes. If you are not a collaborator, you can still work from a [fork](https://github.com/autobrr/qui/fork) and share a patch/link (see above).
33
35
-**Branching:** Create a new branch for your changes. Use a descriptive name for easy understanding.
34
36
- Checkout a new branch for your fix or feature `git checkout -b fix/torrent-actions-issue`
35
37
-**Coding:** Ensure your code is well-commented for clarity. With go use `go fmt`
36
38
-**Commit Guidelines:** We appreciate the use of [Conventional Commit Guidelines](https://www.conventionalcommits.org/en/v1.0.0/#summary) when writing your commits.
Copy file name to clipboardExpand all lines: .github/DISCUSSION_TEMPLATE/issue-triage.yml
+2Lines changed: 2 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -5,6 +5,8 @@ body:
5
5
value: |
6
6
> [!IMPORTANT]
7
7
> Before opening a discussion, please check the [documentation](https://qui.autobrr.com) and search existing [Discussions](https://github.com/autobrr/qui/discussions) and [Issues](https://github.com/autobrr/qui/issues).
8
+
>
9
+
> Code contributions: PR creation is restricted to collaborators only, so start here (or open an Issue) to coordinate changes.
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -104,7 +104,7 @@ Thank you for your support ❤️
104
104
105
105
## Contributing
106
106
107
-
Contributions are welcome! Please feel free to submit a Pull Request.
107
+
Contributions are welcome. Note: this repo restricts pull request creation to **collaborators only**. Please start with a Discussion/Issue (or Discord) so we can coordinate changes.
0 commit comments