Skip to content

Commit

Permalink
Create CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
mcagriaksoy authored Jul 25, 2024
1 parent 62d8995 commit 3a15cb7
Showing 1 changed file with 35 additions and 0 deletions.
35 changes: 35 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
## Contributing to Serial Communication GUI Program
Thank you for your interest in contributing to the Serial Communication GUI Program! Your contributions are valuable and help improve the project.

## How to Contribute
Fork the Repository: Start by forking the Serial-Communication-GUI-Program repository to your own GitHub account.
Clone the Repository: Clone your forked repository to your local machine using the following command:
git clone https://github.com/your-username/Serial-Communication-GUI-Program.git

## Create a New Branch:

Create a new branch for your feature or bug fix:
git checkout -b my-feature

## Make Changes:

Make your desired changes to the codebase. You can add new features, fix bugs, or improve existing functionality.
Commit Your Changes: Commit your changes with a descriptive commit message:
git commit -m "Add feature: XYZ"

## Push to Your Fork:
Push your changes to your forked repository:

git push origin my-feature

## Create a Pull Request:
Go to the Serial-Communication-GUI-Program repository on GitHub and create a pull request from your branch to the master branch.

## Guidelines
Follow the code of conduct.
Ensure your code follows the project’s style and conventions.
Write clear commit messages.
Test your changes thoroughly.

## Questions or Feedback?
If you have any questions or need assistance, feel free to reach out. We appreciate your contributions! 🚀

0 comments on commit 3a15cb7

Please sign in to comment.