Skip to content

Commit

Permalink
Merge pull request #75 from ngi-nix/migration
Browse files Browse the repository at this point in the history
gh: Add issue template for repository migration
  • Loading branch information
lorenzleutgeb authored Oct 24, 2023
2 parents 8066caa + 2c168b9 commit 7b928f2
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/migration.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Migration
description: You're migrating a repository.
title: Migrate `NAME_OF_REPO (as in github.com/ngi-nix/NAME_OF_REPO)`
labels: migration
assignees: []
body:
- type: input
id: url
attributes:
label: Repository URL
description: Full URL to the repository that you are migrating.
placeholder: https://github.com/ngi-nix/example
- type: textarea
id: notes
attributes:
label: Notes
description: Any further notes regarding the migration.

0 comments on commit 7b928f2

Please sign in to comment.