Skip to content

How to Contribute

Nana Elie edited this page Apr 22, 2025 · 2 revisions

How to Contribute

We welcome contributions to improve the project!

How to Get Started

  1. Fork this repository
  2. Clone your fork:
git clone https://github.com/your-username/psmgr.git
  1. Create a new branch for your feature or fix:
git checkout -b feature-name
  1. Make your changes and commit:
git add .
git commit -m "Add your message here"
  1. Push your branch:
git push origin feature-name
  1. Open a Pull Request on GitHub

Contributing Tips

  • Keep your code clean and readable.
  • Add comments where needed.
  • Submit one change per pull request.
  • Update the CHANGELOG.md if your PR affects features or bugs.

Feel free to create issues if you have questions or suggestions!

Clone this wiki locally