Skip to content

Commit 1583e5d

Browse files
authored
docs: add important note for contributors before introducing new features (singerdmx#2269)
1 parent ec6931e commit 1583e5d

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

CONTRIBUTING.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,13 @@
11
# 🌱 Contributing
22

3-
First, we would like to thank you for your time and efforts on this project, we appreciate it
3+
First, we would like to thank you for your time and efforts on this project, we appreciate it.
4+
5+
> [!IMPORTANT]
6+
> At this time, we prioritize bug fixes and code quality improvements over new features.
7+
> Please refrain from submitting large changes to add new features, as they might
8+
> not be merged, and exceptions may made.
9+
> We encourage you to create an issue or reach out beforehand,
10+
> explaining your proposed changes and their rationale for a higher chance of acceptance. Thank you!
411
512
If you don't have anything specific in mind to improve or fix, you can take a look at the issues tab or take a look at
613
the todos of the project, they all start with `TODO:` so you can search in your IDE or use the todos tab in the IDE.

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -314,6 +314,13 @@ Notice that currently, the support for testing is limited.
314314

315315
## 🤝 Contributing
316316

317+
> [!IMPORTANT]
318+
> At this time, we prioritize bug fixes and code quality improvements over new features.
319+
> Please refrain from submitting large changes to add new features, as they might
320+
> not be merged, and exceptions may made.
321+
> We encourage you to create an issue or reach out beforehand,
322+
> explaining your proposed changes and their rationale for a higher chance of acceptance. Thank you!
323+
317324
We greatly appreciate your time and effort.
318325

319326
To keep the project consistent and maintainable, we have a few guidelines that we ask all contributors to follow.

0 commit comments

Comments
 (0)