Thank you for considering contributing to express-file-wizardry! Your contributions help make this project better.
If you have a suggestion, bug report, or want to contribute code, follow these steps:
-
Fork the Repository:
- Click the "Fork" button in the upper right corner of this repository.
-
Clone Your Fork:
- Clone the repository to your local machine with
git clone https://github.com/devfresher/express-file-wizardry.git
. - Navigate to the project folder using
cd express-file-wizardry
.
- Clone the repository to your local machine with
-
Create a Branch:
- Create a new branch for your contribution using
git checkout -b feature/your-feature
for features orbugfix/your-bugfix
for bug fixes.
- Create a new branch for your contribution using
-
Make Changes:
- Make your changes in the codebase. Ensure your code follows the existing style and conventions.
-
Test:
- Test your changes to ensure they work as expected. Always write test and make sure all test passes
-
Commit Changes:
- Commit your changes with a descriptive commit message:
git commit -m "Add feature"
. - Please follow conventional commit messages if possible.
- Commit your changes with a descriptive commit message:
-
Push Changes:
- Push your changes to your fork with
git push origin feature/your-feature
.
- Push your changes to your fork with
-
Create a Pull Request:
- Open a pull request on the express-file-wizardry repository.
- Provide a clear title and description of your changes.
This project follows the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code.
If you encounter issues or have ideas, feel free to open an issue or start a discussion.
Thank you for contributing!