-
Notifications
You must be signed in to change notification settings - Fork 0
Contribute
We welcome contributions from the community! Whether you're fixing a bug, improving the documentation, or proposing new features, your help is appreciated. Here's how you can contribute to the LegaleseScript project.
Before you begin, you should have a basic understanding of the following:
- Git and GitHub
- Markdown (for documentation)
- The principles of LegaleseScript (refer to the documentation)
If you encounter a bug or have a feature request, you can use GitHub Issues to report them:
- Navigate to the Issues tab of the LegaleseScript repository.
- Check if the issue has already been reported.
- If not, create a new issue and provide a clear description of the problem or feature request.
We accept code contributions via GitHub Pull Requests (PRs). Here's the general process:
- Fork the repository.
- Create a new branch for your changes.
- Implement your changes and commit them to your branch.
- Push your branch to your fork.
- Submit a PR from your fork's branch to the main repository.
Ensure your PRs are as clear and concise as possible:
- Provide a descriptive title for the PR.
- Include a detailed description of the changes.
- Reference any related issues.
- Ensure your code adheres to the existing style to maintain the project's consistency.
Documentation is just as important as code! To contribute:
- Clone the repository.
- Make your changes to the documentation in Markdown.
- Submit a PR with your changes.
We strive to maintain a welcoming and inclusive community. Please adhere to our Code of Conduct when interacting with the project and its members.
Your contributions will be publicly acknowledged. We value each contribution, no matter how small.
If you have any questions or need help with contributing, feel free to reach out to the maintainer or ask the community.
Contributions to LegaleseScript help improve the tool for everyone. Whether you're a seasoned developer or a first-time contributor, your input is welcome and greatly appreciated!
Thank you for being a part of our community!