These pages are hosted on semperdanica.dk.
Create a Pull Request to contribute your changes. Here are the steps:
- Fork the repository by clicking on the "Fork" button at the top right corner of the repository page.
- Clone your forked repository to your local machine:
git clone https://github.com/your-username/repository-name.git
- Create a new branch for your changes:
git checkout -b your-branch-name
- Make your desired changes to the code.
- Commit your changes:
git commit -m "Add your commit message here"
- Push your changes to your forked repository:
git push origin your-branch-name
- Go to the original repository page and click on the "New Pull Request" button.
- Select your forked repository and the branch with your changes.
- Add a descriptive title and comment explaining your changes.
- Optionally, you can ping @Klintrup on Discord to notify them about your contribution.
Thank you for your contribution!