forked from eythaann/Seelen-UI
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathCONTRIBUTING
31 lines (20 loc) · 1.65 KB
/
CONTRIBUTING
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Contributing to Seelen UI
Thank you for your interest in contributing to this project! We welcome contributions from everyone. By participating in this project, you agree to abide by the following guidelines and terms.
## How to Contribute
1. Fork the repository and clone it to your local machine.
2. Read the [Project Documentation](documentation/project.md) to understand the project structure and how to use it.
3. Create a new branch for your contribution: `git checkout -b feature/new-feature`.
4. Make your changes and ensure they are well-tested.
5. Commit your changes:
- Ensure that your commits are signed. You can sign commits with `git commit -S -m 'Add new feature'`.
- Follow the [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/) syntax for commit messages, e.g., `feat: add new feature`, `fix(wm): resolve #567 issue`.
6. Push to the branch: `git push origin feature/new-feature`.
7. Submit a pull request.
## Contributor License Agreement (CLA)
By submitting code as an individual, you agree to the [Contributor License Agreement](CLA.md).
## Code of Conduct
This project adheres to the [Contributor Covenant Code of Conduct](CODE_OF_CONDUCT). By participating, you are expected to uphold this code. Please report any unacceptable behavior to [Maintainer's Email].
## Licensing
All contributions to this project are subject to the terms of the [PolyForm Strict License 1.0.0](LICENSE). By contributing, you agree that your contributions will be licensed under the terms of this license.
## Contact
If you have any questions or need further clarification, please feel free to join our [Discord server](https://discord.gg/ABfASx5ZAJ).