Thank you for considering contributing to Zolarwind! I welcome contributions from everyone. Please take a moment to review this guide to help you get started.
If you find a bug, please create an issue. Include as much detail as possible to help us understand and reproduce the issue.
I am open to suggestions! If you have an idea to improve the project, please create an issue. Describe the enhancement you have in mind and why it would be beneficial.
If you have a question about how to use the software, please create an issue and label it as "question". I aim to provide answers as quickly as possible.
If you would like to submit code changes, please follow these steps:
- Fork the repository.
- Create a new branch for your changes:
git checkout -b my-feature-branch
. - Make your changes and commit them with clear and concise messages.
- Push your branch to your fork:
git push origin my-feature-branch
. - Open a pull request on the main repository.
- Follow the coding style used in the project.
- Ensure that your code passes all tests.
- Write clear, concise commit messages.
- Include relevant documentation updates.
To keep the repository organized and manageable, I have implemented a process for handling stale issues. Here's how it works:
- Inactivity Period: Issues that have not had any activity for 30 days will be automatically marked as stale.
- Stale Label: A "stale" label will be added to these issues.
- Notification: A comment will be posted on the issue, notifying the user that the issue is marked as stale and will be closed if no further activity occurs.
This issue has been automatically marked as stale due to inactivity. If this is still a problem, please provide an update. Otherwise, this issue will be closed in 7 days. Thank you!
- Closing Stale Issues: If there is no response within 7 days after being marked as stale, the issue will be automatically closed with a final comment.
This issue has been automatically closed due to inactivity. If you still need help, please feel free to reopen it. Thank you!
- Reopening Closed Issues: Closed issues can be reopened if needed. Leave a comment explaining why the issue should be reopened.
If you have any questions or need further assistance, please contact me or open an issue.
Thank you for your contributions!