Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.68 KB

CONTRIBUTING.md

File metadata and controls

64 lines (41 loc) · 1.68 KB

Contributing to The app

First off, thank you for considering contributing to DevUnion Projects! It's people like you who make this project great.

How Can I Contribute?

Reporting Bugs

If you find a bug in the project, please report it by creating a GitHub issue. Include as much detail as possible, such as how to reproduce the issue, screenshots, and any relevant logs.

Suggesting Enhancements

If you have ideas for new features or improvements, please open an issue to discuss them before submitting a pull request.

Submitting Pull Requests

  1. Fork the repository to your own GitHub account.
  2. Clone the repository to your local machine:
    git clone https://github.com/abdelillahbel/SkillSnapAndroid.git

Create a new branch for your changes:

git checkout -b feature/my-new-feature

Make your changes to the codebase.

Test your changes to ensure everything works as expected.

Commit your changes using a clear and descriptive commit message:

git commit -m "Add new feature: XYZ"

Push your changes to your fork:

    git push origin feature/my-new-feature

    Submit a pull request to the original repository, explaining your changes and why they should be merged.

Coding Guidelines

* Follow the existing coding style.
* Ensure your code is well-documented.
* Write tests for new functionality.

Code of Conduct

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

This project was conceptualized and developed by @abdelillahbel.