Welcome to the ShadowRealm repository! Follow the instructions below to fork the repo, make a report, and submit it through a pull request.
- Navigate to the ShadowRealm repository on GitHub.
- Click the "Fork" button in the upper right corner of the repository page.
- This will create a copy of the repository under your GitHub account.
-
Go to your forked repository on GitHub.
-
Click the "Code" button and copy the URL.
-
Open your terminal and run the following command to clone the repository:
git clone https://github.com/yourusername/ShadowRealm.git
-
Navigate to the cloned repository:
cd ShadowRealm
-
Create a new branch for your report:
git checkout -b your-report-branch
-
Add your report file to the repository. For example, create a new file named
report.md
and add your content. -
Stage and commit your changes:
git add report.md git commit -m "Add report"
-
Push your branch to your forked repository:
git push origin your-report-branch
- Go to your forked repository on GitHub.
- Click the "Compare & pull request" button.
- Provide a title and description for your pull request.
- Click "Create pull request" to submit your changes for review.
Thank you for contributing to the HKN ShadowRealm repository!