Skip to content

Commit b5c7bc0

Browse files
authored
Revise CONTRIBUTING.md with detailed guidelines
Expanded contribution guidelines and added sections for package submissions and official resources. Signed-off-by: Andrew Poženel - SloDevTeam <andrew.pozenel@tutanota.com>
1 parent 75239b5 commit b5c7bc0

1 file changed

Lines changed: 32 additions & 6 deletions

File tree

CONTRIBUTING.md

Lines changed: 32 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,34 @@
1-
# Contributing to DEV-Tools
1+
# 🤝 Contributing to DEV-tools
22

3-
Thank you for your interest in DEV-Tools. Before contributing,
4-
be sure to know about these few guidelines:
3+
Thank you for your interest in contributing to the DEV-tools Scoop bucket! We appreciate your time and effort. Please take a moment to review these guidelines before submitting contributions.
54

6-
- New packages are welcome, but keep in mind this repository is intended
7-
to contain *apps*.
8-
- See the official [Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md).
5+
## 📋 Contribution Guidelines
6+
7+
### Package Submissions
8+
- **New packages are welcome!** We encourage submissions of useful applications
9+
- **Scope:** While originally focused on development tools, this repository has evolved into a collection of various applications, utilities, and even games
10+
- **Quality:** Ensure packages are well-tested and follow best practices
11+
12+
## 📚 Official Resources
13+
14+
Before contributing, please review Scoop's official contribution guidelines:
15+
- [Scoop Official Contributing Guide](https://github.com/ScoopInstaller/.github/blob/main/.github/CONTRIBUTING.md)
16+
17+
## 🚀 How to Contribute
18+
19+
1. **Fork the repository** and create your feature branch
20+
2. **Add or modify manifests** in the appropriate directory
21+
3. **Test your changes** locally with Scoop
22+
4. **Submit a pull request** with a clear description of your changes
23+
24+
## 🔍 Before Submitting
25+
26+
- Ensure your manifest follows Scoop's [manifest specification](https://github.com/ScoopInstaller/Scoop/wiki/App-Manifests)
27+
- Verify the application works correctly after installation
28+
- Include appropriate versioning and checksums
29+
30+
---
31+
32+
**Thank you for helping make DEV-tools better!** 🎉
33+
34+
*For questions or support, please open an issue in the repository.*

0 commit comments

Comments
 (0)