Thank you for your interest in contributing to TailStack 🚀
Community contributions are welcome and greatly appreciated.
Before you contribute, please review our Code of Conduct and Security Policy.
Anyone can contribute to TailStack — beginners and experienced developers alike.
You can help by:
- Fixing bugs
- Improving documentation
- Adding features
- Refactoring or optimizing code
TailStack is licensed under the MIT License.
By submitting a contribution, you agree that:
- Your contribution will be licensed under the MIT License
- You have the legal right to submit the contribution
- Your contribution does not infringe on third-party rights
You retain the copyright to your work while granting the project the right to use, modify, and distribute it under the MIT License.
- Fork the repository
- Clone your fork:
git clone https://github.com/your-name/TailStack.git
3. Create a new branch:
```bash
git checkout -b feat/your-feature-name
```
4. Make your changes
5. Commit using **Conventional Commits**
```bash
feat: add page thumbnail sidebar
```
6. Push your branch and open a Pull Request
---
## Contribution Guidelines
* Keep pull requests focused and minimal
* Write clear conventional commit messages
* Follow the existing project structure
* Update documentation if applicable
* Ensure builds and lint checks pass
---
## Code of Conduct & Security
Please follow our [Code of Conduct](/Docs/CODE_OF_CONDUCT.md) to help keep the community respectful and inclusive.
For security vulnerabilities, refer to our [Security Policy](/Docs/SECURITY.md).
---
## Questions?
If you're unsure about something:
* Open a [GitHub Discussion](https://github.com/your-name/TailStack/discussions) or [Issue](https://github.com/your-name/TailStack/issues)
We’re happy to help 🙂