Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Updated GitHub settings & issue templates #115

Merged
merged 3 commits into from
Oct 19, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report_issue_template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,6 @@ name: Bug Report
description: File a bug report
title: '[Bug]: '
labels: ['Type: Bug Report', 'Status: Awaiting Triage']
assignees:
- WillieCubed
body:
- type: markdown
attributes:
Expand Down
13 changes: 5 additions & 8 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -1,11 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: Project Nebula Maintainer Documentation
url: https://about.utdnebula.com/
- name: Nebula Labs Website
url: https://www.utdnebula.com/
about: Get information about how to contribute to the project here.
- name: Project Nebula Support
url: https://acmutd.co/discord
about: Please ask and answer questions about Project Nebula development here.
- name: Report a security vulnerability
url: [email protected]
about: Please report security vulnerabilities here.
- name: Nebula Labs Discord
url: discord.utdnebula.com
about: Please ask and answer questions about development here.
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/feature_request_issue_template.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Feature Request
about: Think of something you would like added to this project? This is how to do it.
title: '[Feature Request]'
labels: 'Type: Feature Request, Category: User Experience, Status: Awaiting Triage'
assignees: 'WillieCubed'
assignees: ''
---

# Overview
Expand Down