-
Notifications
You must be signed in to change notification settings - Fork 0
How to Contribute
Nana Elie edited this page Apr 22, 2025
·
2 revisions
We welcome contributions to improve the project!
- Fork this repository
- Clone your fork:
git clone https://github.com/your-username/psmgr.git- Create a new branch for your feature or fix:
git checkout -b feature-name- Make your changes and commit:
git add .
git commit -m "Add your message here"- Push your branch:
git push origin feature-name- Open a Pull Request on GitHub
- Keep your code clean and readable.
- Add comments where needed.
- Submit one change per pull request.
- Update the
CHANGELOG.mdif your PR affects features or bugs.
Feel free to create issues if you have questions or suggestions!