Skip to content

Enhancement: Adding a Step by Step Guide on how to contribute #3

@Hopelezz

Description

@Hopelezz

Enhancement

Similar to the Contributing guide in the Readme I think it would be just as beneficial for the user to see a tutorial on How-To.

Example:

  1. Fork the Project

  2. Create your Feature Branch

    git checkout -b feature/AmazingFeature
  3. Run this command to install dependencies:

    npm install

    & to run a LocalHost version of the app:

    npm run dev
  4. Commit your Changes

    git commit -m 'Add some AmazingFeature'
  5. Push to the Branch

    git push origin feature/AmazingFeature
  6. Open a Pull Request detailing the changes. Remember this is a great time to show your communication skills!

Metadata

Metadata

Assignees

No one assigned

    Labels

    help wantedExtra attention is needed

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions