-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Added new issue templates for new tools, software practices, and events [issue_templates]
- Loading branch information
Showing
4 changed files
with
66 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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**: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. |