Update PR policy
This commit is contained in:
parent
96433ddc27
commit
38028768e8
20
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
20
.github/PULL_REQUEST_TEMPLATE.md
vendored
Normal file
@ -0,0 +1,20 @@
|
|||||||
|
# ⚠️ This Project Does Not Accept Pull Requests
|
||||||
|
|
||||||
|
Thank you for your interest in contributing to VoiceInk!
|
||||||
|
|
||||||
|
However, **this project is not currently accepting pull requests.**
|
||||||
|
|
||||||
|
## Please close this PR
|
||||||
|
|
||||||
|
## Alternative ways to contribute:
|
||||||
|
|
||||||
|
- 🐛 **Report bugs**: Open an [issue](../../issues) with detailed information
|
||||||
|
- 💡 **Suggest features**: Share your ideas via [issues](../../issues) or [discussions](../../discussions)
|
||||||
|
- 🍴 **Fork the project**: You're welcome to create and maintain your own fork
|
||||||
|
- 📖 **Improve documentation**: Suggest corrections or clarifications via issues
|
||||||
|
|
||||||
|
Thank you for understanding, and I appreciate your interest in VoiceInk!
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
For more information, see [CONTRIBUTING.md](../CONTRIBUTING.md)
|
||||||
@ -2,32 +2,46 @@
|
|||||||
|
|
||||||
First off, thank you for considering contributing to VoiceInk! It's people like you that make VoiceInk such a great tool.
|
First off, thank you for considering contributing to VoiceInk! It's people like you that make VoiceInk such a great tool.
|
||||||
|
|
||||||
## Important Notice About Pull Requests
|
## ⚠️ Pull Requests Not Accepted
|
||||||
|
|
||||||
We welcome forks and improvements to VoiceInk! However, please note:
|
**As of now, this project is not accepting pull requests.** While VoiceInk is open source and you're welcome to fork and modify it for your own use.
|
||||||
|
|
||||||
1. **The acceptance of Pull Requests is solely at the discretion of the project maintainers**
|
**You can still contribute by:**
|
||||||
2. **Before making significant changes or starting work on major features:**
|
- 🐛 **Reporting bugs** - Open an issue with detailed information
|
||||||
- Open an issue to discuss your proposed changes
|
- 💡 **Suggesting features** - Share your ideas via issues or discussions
|
||||||
- Wait for maintainer feedback and approval
|
- 🍴 **Forking the project** - Feel free to create your own version
|
||||||
- This helps ensure your time and effort align with the project's direction
|
- 📖 **Improving documentation** - Suggest clarifications or corrections via issues
|
||||||
3. **For fundamental or architectural changes:**
|
|
||||||
- Direct consultation with the maintainers is required
|
|
||||||
- These discussions should happen before you start the implementation
|
|
||||||
|
|
||||||
This policy helps ensure:
|
Thank you for understanding!
|
||||||
- Your valuable time is spent on changes that align with the project's vision
|
|
||||||
- The codebase maintains its consistency and quality
|
|
||||||
- We can provide proper guidance and support for your contribution
|
|
||||||
|
|
||||||
## Important Notice
|
---
|
||||||
|
|
||||||
Before starting work on any new feature or fix, please reach out to us first by opening an issue or discussion. This is crucial because:
|
## ~~Important Notice About Pull Requests~~
|
||||||
|
|
||||||
1. We want to ensure your contribution aligns with the project's goals and vision
|
~~We welcome forks and improvements to VoiceInk! However, please note:~~
|
||||||
2. Someone else might already be working on something similar
|
|
||||||
3. We might have valuable insights or requirements that could save you time
|
~~1. **The acceptance of Pull Requests is solely at the discretion of the project maintainers**~~
|
||||||
4. Your proposed changes might need some adjustments to fit with our roadmap
|
~~2. **Before making significant changes or starting work on major features:**~~
|
||||||
|
~~- Open an issue to discuss your proposed changes~~
|
||||||
|
~~- Wait for maintainer feedback and approval~~
|
||||||
|
~~- This helps ensure your time and effort align with the project's direction~~
|
||||||
|
~~3. **For fundamental or architectural changes:**~~
|
||||||
|
~~- Direct consultation with the maintainers is required~~
|
||||||
|
~~- These discussions should happen before you start the implementation~~
|
||||||
|
|
||||||
|
~~This policy helps ensure:~~
|
||||||
|
~~- Your valuable time is spent on changes that align with the project's vision~~
|
||||||
|
~~- The codebase maintains its consistency and quality~~
|
||||||
|
~~- We can provide proper guidance and support for your contribution~~
|
||||||
|
|
||||||
|
## ~~Important Notice~~
|
||||||
|
|
||||||
|
~~Before starting work on any new feature or fix, please reach out to us first by opening an issue or discussion. This is crucial because:~~
|
||||||
|
|
||||||
|
~~1. We want to ensure your contribution aligns with the project's goals and vision~~
|
||||||
|
~~2. Someone else might already be working on something similar~~
|
||||||
|
~~3. We might have valuable insights or requirements that could save you time~~
|
||||||
|
~~4. Your proposed changes might need some adjustments to fit with our roadmap~~
|
||||||
|
|
||||||
## Code of Conduct
|
## Code of Conduct
|
||||||
|
|
||||||
@ -49,15 +63,15 @@ By participating in this project, you agree to abide by our [Code of Conduct](CO
|
|||||||
- Discuss potential implementation approaches
|
- Discuss potential implementation approaches
|
||||||
- Consider the feature's impact on existing functionality
|
- Consider the feature's impact on existing functionality
|
||||||
|
|
||||||
### Pull Requests
|
### ~~Pull Requests~~
|
||||||
|
|
||||||
1. Fork the repository
|
~~1. Fork the repository~~
|
||||||
2. Create a new branch (`git checkout -b feature/amazing-feature`)
|
~~2. Create a new branch (`git checkout -b feature/amazing-feature`)~~
|
||||||
3. Make your changes
|
~~3. Make your changes~~
|
||||||
4. Run tests and ensure they pass
|
~~4. Run tests and ensure they pass~~
|
||||||
5. Commit your changes (`git commit -m 'Add some amazing feature'`)
|
~~5. Commit your changes (`git commit -m 'Add some amazing feature'`)~~
|
||||||
6. Push to the branch (`git push origin feature/amazing-feature`)
|
~~6. Push to the branch (`git push origin feature/amazing-feature`)~~
|
||||||
7. Open a Pull Request
|
~~7. Open a Pull Request~~
|
||||||
|
|
||||||
### Development Process
|
### Development Process
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user