Skip to content

Latest commit

 

History

History
49 lines (29 loc) · 1.88 KB

CONTRIBUTING.md

File metadata and controls

49 lines (29 loc) · 1.88 KB

Contributing to Lynx DevTool

🤝 Contributing to Lynx DevTool

First off, thank you for considering contributing to Lynx DevTool! We welcome you to join and become a member of Lynx Authors. It's people like you that make this project great.

How Can I Contribute?

Reporting Bugs

If you find a bug, please open an issue with the following details:

  • A clear and descriptive title for the issue.
  • A description of the steps to reproduce the issue.
  • Any additional information or screenshots that might help us understand the issue better.

Suggesting Enhancements

We’re always open to new ideas! If you have a suggestion, please:

  • Use an issue template “Feature Request” or create a new issue.
  • Describe the enhancement you’d like and why it would be useful.

Your First Code Contribution

Unsure where to start? You can find beginner-friendly issues by looking for the “good first issue” label. Working on these issues helps you get familiar with the codebase before tackling more complex problems.

Pull Requests

When you’re ready to make a code change, please create a pull request:

  1. Fork the repository and clone to your local machine.
  2. Create a new branch: git checkout -b name-of-your-branch.
  3. Make your changes.
  4. Commit your changes with a clear and descriptive commit message.
  5. Push to your branch and submit a pull request.
  6. Ensure your pull request adheres to the style guide and is properly documented.

⚖️ Code of Conduct

Please note that all participants in this project are expected to uphold our Code of Conduct. By participating, you agree to abide by its terms.

💬 Getting Help

If you have any questions or need further assistance, feel free to contact us:

We’re excited to see your contributions! Thank you!