Skip to content

Latest commit

 

History

History
33 lines (25 loc) · 1.23 KB

CONTRIBUTING.md

File metadata and controls

33 lines (25 loc) · 1.23 KB

Installation

  1. Clone the repository:
  2. git clone https://github.com/Ramsey99/Admin_Dashboard.git
    cd Admin_Dashboard
  3. Open the project:
  4. Simply open the index.html file in your browser, or load it via a local server for full functionality.

Contributing

Contributions are welcome! If you have any suggestions or improvements, please open an issue or create a pull request.

Creating Pull Requests

  1. Fork the project:
  2. Click the "Fork" button at the top right corner of the repository's page to create a copy of the project.

  3. Clone your forked repository:
  4. git clone https://github.com/your-username/Admin_Dashboard
  5. Create a new branch:
  6. git checkout -b <branch-name>
  7. Make changes:
  8. Edit files and commit your changes.

  9. Push your changes:
  10. git push origin <branch-name>
  11. Open a Pull Request:
  12. On the GitHub page of your forked repository, click "Create Pull Request."