A template to use when creating new repositories.
Go to file Use this template
2023-09-02 09:53:24 -04:00
.forgejo Try again 2023-09-02 09:53:24 -04:00
.gitignore Create empty .gitignore file 2023-09-01 06:20:51 -04:00
README.md Try again 2023-09-02 09:53:24 -04:00

$REPO_NAME_TITLE

$REPO_DESCRIPTION

Prerequisites

TODO: note any prerequisites here or delete this section

Installation

TODO: write instructions for compiling from source and/or downloading

Development

TODO: add any development-specific notes here

Contributing

  1. Fork it, if you don't have push access to this repo.
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

Contributors