diff --git a/.github/ISSUE_TEMPLATE/recipe-request.md b/.github/ISSUE_TEMPLATE/recipe-request.md index dff5e8b..6cfd278 100644 --- a/.github/ISSUE_TEMPLATE/recipe-request.md +++ b/.github/ISSUE_TEMPLATE/recipe-request.md @@ -7,8 +7,13 @@ assignees: funkypenguin --- - +- [Recipe Request](#recipe-request) + - [💬 Summary](#-summary) + - [📝 Instructions](#-instructions) + - [🖼 Screenshot](#-screenshot) - [Checklist](#checklist) - [☑️ Prerequisites](#️-prerequisites) - [👮‍♂️ Access Control](#️-access-control) @@ -22,14 +27,13 @@ assignees: funkypenguin # Recipe Request - ## 💬 Summary -* Project homepage: `https://my-project-page` -* Docker image: `repository/image` -* Subreddit (optional): `https://reddit.com/r/` +* Project homepage: https://my-project-page +* Docker image: repository/image +* Subreddit (optional): https://reddit.com/r/selfhosted ## 📝 Instructions @@ -63,7 +67,7 @@ Does the app provide its own authentication (_i.e. NextCloud_), or does it requi How should access to the app be managed? -* [ ] The app provides its own, trustworthy authentication, or access control is unnecessary. I'd be happy exposing it to the internet +* [ ] The app provides its own, trustworthy authentication, or access control is unnecessary. (*I'd be happy exposing it to the internet*) * [ ] The app needs something in front of it to secure access (_traefik-forward-auth, authelia, etc_) @@ -73,6 +77,7 @@ How should access to the app be managed? How is the app configured? Some applications are configured [entirely using environment variables](https://12factor.net), some need static config files mounted into their container, and some are configured using an interactive setup process (_i.e. NextCloud_). * [ ] Environment variables +* [ ] Command-line options * [ ] Static config file * [ ] Interactive setup which then persists the config somewhere to the filesystem