Skip to content

Latest commit

 

History

History
64 lines (41 loc) · 1.79 KB

README.md

File metadata and controls

64 lines (41 loc) · 1.79 KB

Codex Connect Hacknet - Pre Codex Instructions

Welcome to the Codex Connect Hacknet project! Follow these instructions to create a pull request:

How to Contribute

  1. Fork this Repository

    • Click on the "Fork" button in the top-right corner of the page to create your own copy of the repository.
  2. Clone the Forked Repository

    • Open your terminal.

    • Clone the forked repository to your local machine using the following command:

      git clone https://github.com/your-username/pre-codex-inv.git
    • Replace your-username with your GitHub username.

  3. Modify precodex.sh

    • Navigate to the cloned repository:

      cd pre-codex-inv
    • Open precodex.sh in your favorite text editor and make your changes.

  4. Save Changes

    • Save the changes you made to precodex.sh.
  5. Commit and Push

    • Add the modified file to the staging area:

      git add precodex.sh
    • Commit your changes with a descriptive message:

      git commit -m "Description of the changes made"
    • Push your changes to your forked repository:

      git push origin main
  6. Create a Pull Request

    • Go to your forked repository on GitHub.
    • Click on the "Pull Requests" tab.
    • Click the "New Pull Request" button.
    • Make sure the base repository is codex-connect-hacknet/pre-codex-inv and the base branch is main.
    • Click "Create Pull Request".
    • Provide a title and description for your pull request, then click "Create Pull Request" again to submit.

Thank you for contributing to Codex Connect Hacknet! If you have any questions or need further assistance, please create an issue in our GitHub repository.