Thank you for your interest in contributing to Tab Manager Chrome Extension! ❤️
We welcome all types of contributions, from bug reports to new feature suggestions. Please take a moment to review the following guidelines to help make this process easy and enjoyable for everyone. 🎉
If you like the project but can't contribute directly, here are a few other ways to show your support:
- Star the project
- Share it on social media
- Mention it to others who may find it useful
- Code of Conduct
- I Have a Question
- I Want To Contribute
- Reporting Bugs
- Suggesting Enhancements
- Your First Code Contribution
- Improving The Documentation
- Commit Messages
This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code. Please report any unacceptable behavior to the project maintainers.
Before submitting a question, check the README and existing Issues to see if it has already been addressed.
If your question is still unanswered, you can:
- Open an Issue and describe your question in detail, including relevant versions and context.
- Alternatively, you can search the internet or platforms like Stack Overflow for solutions.
By contributing, you confirm that the content you provide is your own and that you have the necessary rights to it. Contributions will be provided under the project's license.
When reporting a bug, please ensure the following:
- You are using the latest version of the extension.
- You have read the documentation to rule out configuration issues.
- The issue hasn't already been reported. Check the issue tracker.
- Collect information like OS, browser version, relevant logs, or error messages.
Submit a bug by:
- Opening a New Issue.
- Providing a detailed description of the problem and steps to reproduce it.
- Adding relevant screenshots or GIFs if necessary.
We welcome new ideas to improve Tab Manager Chrome Extension! Before submitting a suggestion:
- Confirm you're using the latest version.
- Check the documentation to see if the feature already exists.
- Search for related Issues.
Submit your suggestion by:
- Opening a New Issue with a descriptive title.
- Clearly explaining the enhancement, why it's useful, and any alternatives.
We encourage new developers to contribute! To start, fork the repository, follow the setup instructions in the README, and submit a pull request. If you're not sure where to start, check out issues labeled good first issue
.
Help improve the project documentation by submitting corrections or updates. If you find anything unclear or outdated, please open a New Issue or submit a pull request with improvements.
- Write clear, concise commit messages.
- Follow the format:
type(scope): description
.- type: feat, fix, docs, style, refactor, test, chore.
- scope: a specific component or area of the code.
- description: short explanation of the changes.