Skip to content

github: convert issue templates to forms#18117

Merged
dewi-tik merged 3 commits intomainfrom
github--update-issue_templates-to-forms
Nov 13, 2025
Merged

github: convert issue templates to forms#18117
dewi-tik merged 3 commits intomainfrom
github--update-issue_templates-to-forms

Conversation

@dewi-tik
Copy link
Contributor

@dewi-tik dewi-tik commented Nov 13, 2025

Details

  • Convert issue templates to forms
  • Update labels and project assignment
  • Update contact links
  • Mentions discussions and discord for questions rather than creating issues

Closes #17675

…ons discussions and discord for questions rather than issues.
@netlify
Copy link

netlify bot commented Nov 13, 2025

Deploy Preview for authentik-docs ready!

Name Link
🔨 Latest commit 3810af8
🔍 Latest deploy log https://app.netlify.com/projects/authentik-docs/deploys/6915f35a8676aa0009ca47de
😎 Deploy Preview https://deploy-preview-18117--authentik-docs.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Nov 13, 2025

Deploy Preview for authentik-integrations ready!

Name Link
🔨 Latest commit 3810af8
🔍 Latest deploy log https://app.netlify.com/projects/authentik-integrations/deploys/6915f35ac895b900089f22be
😎 Deploy Preview https://deploy-preview-18117--authentik-integrations.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@netlify
Copy link

netlify bot commented Nov 13, 2025

Deploy Preview for authentik-storybook ready!

Name Link
🔨 Latest commit 3810af8
🔍 Latest deploy log https://app.netlify.com/projects/authentik-storybook/deploys/6915f35a2de5e30008b4555f
😎 Deploy Preview https://deploy-preview-18117--authentik-storybook.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@dewi-tik dewi-tik self-assigned this Nov 13, 2025
@dewi-tik dewi-tik moved this from Todo to Needs review in authentik Core Nov 13, 2025
@codecov
Copy link

codecov bot commented Nov 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 92.97%. Comparing base (9295d87) to head (3810af8).
⚠️ Report is 3 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@           Coverage Diff           @@
##             main   #18117   +/-   ##
=======================================
  Coverage   92.97%   92.97%           
=======================================
  Files         869      869           
  Lines       48039    48039           
=======================================
+ Hits        44662    44663    +1     
+ Misses       3377     3376    -1     
Flag Coverage Δ
e2e 45.22% <ø> (-0.01%) ⬇️
integration 23.19% <ø> (+<0.01%) ⬆️
unit 91.08% <ø> (+<0.01%) ⬆️
unit-migrate 91.13% <ø> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@github-project-automation github-project-automation bot moved this from Needs review to In Progress in authentik Core Nov 13, 2025
Copy link
Member

@dominic-r dominic-r left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I've wanted this for so long. TYSM

Signed-off-by: Dominic R <dominic@sdko.org>
@@ -0,0 +1,7 @@
---
name: Blank Issue
about: This issue type is only for internal use
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there a way we can restrict who can create this to members of @goauthentik/* only? Future enhancement ig

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No. You can either disable blank issues together of have a template for them like this. It's a bit annoying.

options:
- Docker
- Kubernetes
- AWS CloudFormation
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Possible future enhancement:

  • Other (Please write)

if selected_option == "Other":
close_issue()

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

That's not a bad idea. Maybe we can do that in a separate PR along with a github action to automate it.

@github-actions
Copy link
Contributor

authentik PR Installation instructions

Instructions for docker-compose

Add the following block to your .env file:

AUTHENTIK_IMAGE=ghcr.io/goauthentik/dev-server
AUTHENTIK_TAG=gh-3810af85d399f55358dad7e4dfcc4a082762ad2e
AUTHENTIK_OUTPOSTS__CONTAINER_IMAGE_BASE=ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s

Afterwards, run the upgrade commands from the latest release notes.

Instructions for Kubernetes

Add the following block to your values.yml file:

authentik:
    outposts:
        container_image_base: ghcr.io/goauthentik/dev-%(type)s:gh-%(build_hash)s
global:
    image:
        repository: ghcr.io/goauthentik/dev-server
        tag: gh-3810af85d399f55358dad7e4dfcc4a082762ad2e

Afterwards, run the upgrade commands from the latest release notes.

@dewi-tik dewi-tik merged commit 75d4c2d into main Nov 13, 2025
135 of 138 checks passed
@dewi-tik dewi-tik deleted the github--update-issue_templates-to-forms branch November 13, 2025 15:53
@github-project-automation github-project-automation bot moved this from In Progress to Done in authentik Core Nov 13, 2025
dewi-tik added a commit that referenced this pull request Nov 13, 2025
dewi-tik added a commit that referenced this pull request Nov 13, 2025
Revert "github: convert issue templates to forms (#18117)"

This reverts commit 75d4c2d.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Migrate issue_templates to yml format

3 participants