Skip to content

Commit 8f06f95

Browse files
authored
Merge pull request #702 from quoid/chore/contributing-suspended
docs: update contribution guidelines
2 parents 5f608d8 + 5bbb2f7 commit 8f06f95

File tree

3 files changed

+22
-8
lines changed

3 files changed

+22
-8
lines changed

.github/pull_request_template.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
### Please note: the project is currently temporarily suspended from receiving direct code contributions.
2+
3+
Please do not submit any new pull requests, they will be close immediately.
4+
5+
If you have any ideas and suggestions, please submit them to us through [`Issues`](https://github.com/quoid/userscripts/issues) or [`Discussions`](https://github.com/quoid/userscripts/discussions).
6+
7+
We apologize for the inconvenience and thank you for your understanding.

README.md

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -327,16 +327,11 @@ If you encounter a problem while using this app/extension or are in need of some
327327
328328
## Contributing
329329

330-
Code level contributions are welcome. _I prefer to collaborate directly with contributors rather than receiving spontaneous pull requests_. If you feel you can improve the project in some way, please reach out to me by email or by opening an issue with your improvement/feature request.
330+
Code level contributions please refer to [contributing.md](docs/contributing.md)
331331

332332
Further, any issue marked "help wanted" is actively seeking assistance. Please respond to those issues with feedback, guidance or offers of coding assistance.
333333

334-
Notes:
335-
336-
- use [semantic commit messages](https://gist.github.com/joshbuchea/6f47e86d2510bce28f8e7f42ae84c716)
337-
- under most circumstances, you should fork the most current version of the `develop` branch for your contributions
338-
339-
**Please ensure your contributions align with the project's license before committing anything.**
334+
Participating and interacting with any existing [`Issues`](https://github.com/quoid/userscripts/issues) or [`Discussions`](https://github.com/quoid/userscripts/discussions) would be a great help to the project and open source communities. Thank you for your contributions.
340335

341336
## Support
342337

docs/contributing.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,15 @@
11
# Welcome to Userscripts contributing guide
22

3+
### Please note: the project is currently temporarily suspended from receiving direct code contributions.
4+
5+
Please do not submit any new pull requests, they will be close immediately.
6+
7+
If you have any ideas and suggestions, please submit them to us through [`Issues`](https://github.com/quoid/userscripts/issues) or [`Discussions`](https://github.com/quoid/userscripts/discussions).
8+
9+
We apologize for the inconvenience and thank you for your understanding.
10+
11+
### The following is the original guide for reference only.
12+
313
Thank you for investing your time in contributing to this open source project!
414

515
We hope this guide will helps you understand how to contribute to this project.
@@ -10,7 +20,9 @@ For development and build environments please refer to [development guide](dev.m
1020
> Portions of this guide are outdated. Some processes are still being tweaked and optimized, we will update them in due course.
1121
1222
> [!IMPORTANT]
13-
> Any pull requests must first go through code formatting and linters, otherwise you will fail the CI check. Refer to the `scripts` in [`package.json`](../package.json)
23+
> Please ensure your contributions align with the project's license before committing anything.
24+
>
25+
> Any pull requests must first go through code formatting and linters, otherwise you will fail the CI check. (Refer to the `scripts` in [`package.json`](../package.json))
1426
1527
# Branches
1628

0 commit comments

Comments
 (0)