Skip to content

Commit

Permalink
Updated new issue templates
Browse files Browse the repository at this point in the history
- Added new issue templates for new tools, software practices, and events

[issue_templates]
  • Loading branch information
sarvsav committed Apr 25, 2024
1 parent 1a395e2 commit 852f977
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 0 deletions.
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/01-new-tool.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Tool for green development
description: Create an issue to introduce tool that helps for green development.
labels: ["tool", "needs-triage"]
assignees: "sarvsav"
title: "[Tool] <Write you tool name here with one liner>"

body:
- type: textarea
id: info
attributes:
label: Information
description: |
- Please provide information about the tool:
- is it open source?
- in which language is it written?
- provide a link to the repository.
value: |
- **A short description of the tool**:
- **Is it open source?**:
- **Language**:
- **Repository link**:
17 changes: 17 additions & 0 deletions .github/ISSUE_TEMPLATE/02-software-practice.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
name: Software practice for green development
description: Create an issue to introduce software practiice that helps for green development.
labels: ["software", "needs-triage"]
assignees: "sarvsav"
title: "[Software Practice] <Write one line here>"

body:
- type: textarea
id: info
attributes:
label: Information
description: |
- Please provide information about the software practice:
- Give a reference link about it.
value: |
- **Software practice**:
- **Reference link**:
21 changes: 21 additions & 0 deletions .github/ISSUE_TEMPLATE/03-events.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
name: Any event for green development
description: Create an issue to introduce event related to green development.
labels: ["events", "needs-triage"]
assignees: "sarvsav"
title: "[Events] <Write one line here>"

body:
- type: textarea
id: info
attributes:
label: Information
description: |
- Please provide information about the event:
- Is it a virtual or physical event?
- Provide a link to the event.
- What is the date and time of the event?
value: |
- **Event**:
- **Virtual or Physical**:
- **Event link**:
- **Date and Time**:
7 changes: 7 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
## Disable the blank issues and generate links for secuirty

blank_issues_enabled: false
contact_links:
- name: Awesome Green Development support
url: https://sarvsav.github.io/awesome-go-green/
about: Please write your questions here.

0 comments on commit 852f977

Please sign in to comment.