Skip to content

Commit b4b4957

Browse files
committed
Add Contributing section to README with project board link
Added comprehensive Contributing section with: - Link to GitHub Project Board for tracking development - Instructions for reporting bugs - Guidelines for requesting features - Step-by-step PR submission process - Documentation contribution opportunities - Links to CONTRIBUTING.md for detailed guidelines References project board: https://github.com/users/malston/projects/2 This makes it easy for contributors to find how to get involved and track ongoing development work.
1 parent fba5d5d commit b4b4957

File tree

1 file changed

+48
-0
lines changed

1 file changed

+48
-0
lines changed

README.md

Lines changed: 48 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -261,6 +261,54 @@ chrome-tabs/
261261
3. Bookmark important groups
262262
4. Close Chrome with confidence
263263

264+
## Contributing
265+
266+
We welcome contributions from the community! Whether you want to report a bug, request a feature, or submit code improvements, here's how to get involved:
267+
268+
### 📋 Project Board
269+
270+
Track current development, planned features, and ongoing work on our [GitHub Project Board](https://github.com/users/malston/projects/2).
271+
272+
### 🐛 Report a Bug
273+
274+
Found a bug? Please [open an issue](https://github.com/malston/chrome-tabs/issues/new) with:
275+
- Clear description of the problem
276+
- Steps to reproduce
277+
- Expected vs actual behavior
278+
- Chrome version and OS
279+
280+
### 💡 Request a Feature
281+
282+
Have an idea? We'd love to hear it!
283+
- Check the [Project Board](https://github.com/users/malston/projects/2) to see if it's already planned
284+
- [Open a feature request](https://github.com/malston/chrome-tabs/issues/new) describing:
285+
- The problem you're trying to solve
286+
- Your proposed solution
287+
- Any alternatives you've considered
288+
289+
### 🔧 Submit a Pull Request
290+
291+
Ready to contribute code? Great!
292+
293+
1. **Read the guidelines**: Check out [CONTRIBUTING.md](CONTRIBUTING.md) for detailed instructions
294+
2. **Fork and clone** the repository
295+
3. **Create a branch**: `git checkout -b feature/your-feature-name`
296+
4. **Make your changes** following our coding standards
297+
5. **Test thoroughly** - both manual testing and linting
298+
6. **Submit a PR** with a clear description of your changes
299+
300+
### 📚 Documentation
301+
302+
Improvements to documentation are always welcome! This includes:
303+
- README updates
304+
- Code comments
305+
- Examples and screenshots
306+
- Contributing guidelines
307+
308+
### 🙏 Thank You
309+
310+
All contributions are appreciated, whether it's code, documentation, bug reports, or feature ideas!
311+
264312
## License
265313

266314
MIT License - feel free to modify and use as needed.

0 commit comments

Comments
 (0)