[PR #243] [MERGED] Add GitHub Issue and Pull request templates #1340

Closed
opened 2025-12-29 02:29:45 +01:00 by adam · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/juanfont/headscale/pull/243
Author: @dragetd
Created: 11/29/2021
Status: Merged
Merged: 12/7/2021
Merged by: @kradalby

Base: mainHead: feature/github_templates


📝 Commits (8)

  • 48fc93b Add simple overview README for docs
  • 78eba97 Add GitHub templates
  • 74ba452 Merge branch 'main' into feature/github_templates
  • 969bcf1 Merge branch 'main' into feature/github_templates
  • 0c13d9d Fix format with prettier
  • 5a7f669 Update .github/ISSUE_TEMPLATE/config.yml
  • bc8f5f4 Merge branch 'main' into feature/github_templates
  • 5310820 Merge branch 'main' into feature/github_templates

📊 Changes

6 files changed (+99 additions, -0 deletions)

View changed files

.github/ISSUE_TEMPLATE/bug_report.md (+28 -0)
.github/ISSUE_TEMPLATE/config.yml (+11 -0)
.github/ISSUE_TEMPLATE/feature_request.md (+15 -0)
.github/ISSUE_TEMPLATE/other_issue.md (+28 -0)
.github/pull_request_template.md (+10 -0)
docs/README.md (+7 -0)

📄 Description

This adds basic templates for issues and pull requests.

Partially implements #243


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/juanfont/headscale/pull/243 **Author:** [@dragetd](https://github.com/dragetd) **Created:** 11/29/2021 **Status:** ✅ Merged **Merged:** 12/7/2021 **Merged by:** [@kradalby](https://github.com/kradalby) **Base:** `main` ← **Head:** `feature/github_templates` --- ### 📝 Commits (8) - [`48fc93b`](https://github.com/juanfont/headscale/commit/48fc93bbdcc4a23a6b12aab044291e1e2f5ab42b) Add simple overview README for docs - [`78eba97`](https://github.com/juanfont/headscale/commit/78eba97bf9849c6acc5973382c2e758b60be1f09) Add GitHub templates - [`74ba452`](https://github.com/juanfont/headscale/commit/74ba4520254ea2d7fa218a066dfcfed1dbbf0462) Merge branch 'main' into feature/github_templates - [`969bcf1`](https://github.com/juanfont/headscale/commit/969bcf17c45833383b97fdd8c5936c66d0995863) Merge branch 'main' into feature/github_templates - [`0c13d9d`](https://github.com/juanfont/headscale/commit/0c13d9da156b03b4400c48a586a907c54d598ff9) Fix format with prettier - [`5a7f669`](https://github.com/juanfont/headscale/commit/5a7f66950571f2d7e91d22dea7485c0a5ddebee0) Update .github/ISSUE_TEMPLATE/config.yml - [`bc8f5f4`](https://github.com/juanfont/headscale/commit/bc8f5f484d75f4ef7a3310e8ec17ce818db78113) Merge branch 'main' into feature/github_templates - [`5310820`](https://github.com/juanfont/headscale/commit/53108207beee32da6744a2ef2abb4190ae789ecd) Merge branch 'main' into feature/github_templates ### 📊 Changes **6 files changed** (+99 additions, -0 deletions) <details> <summary>View changed files</summary> ➕ `.github/ISSUE_TEMPLATE/bug_report.md` (+28 -0) ➕ `.github/ISSUE_TEMPLATE/config.yml` (+11 -0) ➕ `.github/ISSUE_TEMPLATE/feature_request.md` (+15 -0) ➕ `.github/ISSUE_TEMPLATE/other_issue.md` (+28 -0) ➕ `.github/pull_request_template.md` (+10 -0) ➕ `docs/README.md` (+7 -0) </details> ### 📄 Description This adds basic templates for issues and pull requests. Partially implements #243 --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
adam added the pull-request label 2025-12-29 02:29:45 +01:00
adam closed this issue 2025-12-29 02:29:45 +01:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: starred/headscale#1340