Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.53 KB

CONTRIBUTING.md

File metadata and controls

30 lines (19 loc) · 1.53 KB

ADBugger - Contributing Guide

This guide outlines how you can contribute to the ADBugger project on GitHub.

We welcome contributions from all developers!

Getting Started

  • Fork the repository: Click the "Fork" button on the ADBugger GitHub repository to create your own copy.
  • Clone your fork: Clone your forked repository to your local machine.
  • Create a branch: Create a new branch for your feature or bug fix.
  • Commit your changes: Make changes to the code and commit them to your local branch.
  • Push your changes: Push your commits to your forked repository on GitHub.

Making a Pull Request

  1. Open a Pull Request: Once you've pushed your changes to your forked repository, navigate to your fork on GitHub and click on "Pull requests" then "New pull request".
  2. Fill out the pull request form: Provide a clear and descriptive title for your pull request and a detailed description of the changes you've made.
  3. Request a review: Once you're satisfied with your pull request, request a review from the project maintainer (Alexey Korolev).

Coding Style

  • It's helpful to follow consistent coding conventions to improve code readability and maintainability.

Additional Notes

  • Communication: Feel free to reach out to Alexey Korolev (the project maintainer) if you have any questions or need help with contributing.
  • License: Make sure your code contributions adhere to the project's license (if one exists).

Thank you for your interest in contributing to ADBugger!