Contribute to PhilaReact

We welcome contributions from the community! Here's how you can get involved:

  • Fork the repository on GitHub: Click the "Fork" button at the top right corner of the repository page to create a copy of the repository under your GitHub account.
  • Clone your forked repository: Use the following command to clone the repository to your local machine:
    git clone https://github.com/...
  • Create a new branch: Create a new branch for your feature or bug fix:
    git checkout -b feature/YourFeatureName
  • Make your changes: Implement your feature or bug fix.
  • Commit your changes: Commit your changes with a descriptive commit message:
    git commit -m "Add new feature"
  • Push to your branch: Push your changes to your forked repository:
    git push origin feature/YourFeatureName
  • Open a Pull Request: Go to the original repository and open a pull request to merge your changes. Provide a detailed description of your changes and any relevant information.
  • Other ways to contribute: If you've encountered an issue or bug, please let us know by filling out the form below. Your feedback is invaluable in helping us improve the site. Thank you for taking the time to help make PhilaReact better!