Skip to content

Latest commit

 

History

History
38 lines (30 loc) · 2.13 KB

CONTRIBUTING.md

File metadata and controls

38 lines (30 loc) · 2.13 KB

Contributing to GitWave

I welcome contributions to GitWave and are grateful for every pull request or issue submitted. Below are the guidelines for contributing to our project.

Reporting Issues

Your reports are invaluable in keeping GitWave running smoothly and improving the user experience. If you've identified a problem with the app, please follow these steps to report it:

Before Submitting an Issue

  • Check the Issue Tracker: Before creating a new issue, please check the issue tracker to avoid submitting duplicates.
  • Gather Information: Collect as much information as possible about the issue, including steps to reproduce it, what you expected to happen, and what actually happened.

How to Submit an Issue

  1. Navigate to the Issues Tab: Go to the 'Issues' tab in the GitWave GitHub repository.
  2. Create a New Issue: Click on 'New issue'.
  3. Describe the Problem:
  • Provide a clear and descriptive title.
  • In the issue description, explain the problem in detail. Include any error messages, screenshots, or other relevant information.
  • Attach Logs: If applicable, attach logs from the 'logs' folder of the app to help diagnose the problem.

After Submitting an Issue

Once you've submitted an issue, the maintainers will review it and respond accordingly. I may ask for further information or clarification if needed. I appreciate your patience and cooperation during this process.

Pull Requests

If you'd like to contribute code to GitWave, please follow the pull request process outlined below:

  • Fork the Repository: Create a fork of the main GitWave repository.
  • Create a Branch: Make your changes in a new branch based on the 'master' branch.
  • Submit a Pull Request: Once you've completed your changes, submit a pull request to the main repository.
  • Code Review: Your pull request will be reviewed by the maintainers and any necessary changes can be discussed.

Code of Conduct

Please note that this project is released with a Contributor Code of Conduct. By participating in this project, you agree to abide by its terms.

Thank you for contributing to GitWave!