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

Issue Template Enhancements #93

Merged
merged 7 commits into from
Jun 7, 2022
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
10 changes: 0 additions & 10 deletions .github/ISSUE_TEMPLATE/others.md

This file was deleted.

12 changes: 12 additions & 0 deletions .github/ISSUE_TEMPLATE/others.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
name: Other Issues
description: For questions, suggestions, improvements and others.
title: "[xxx] "
body:
- type: textarea
attributes:
label: Description
description: |
Please describe the issue.
validations:
required: true

76 changes: 76 additions & 0 deletions .github/ISSUE_TEMPLATE/paper-presentation.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
name: Paper Presentation
description: Propose to share a papar in a scheduled meeting.
title: "[Presentation] "
labels: [kind/paper]
body:
- type: textarea
attributes:
label: Title
description: |
Title of the paper.
validations:
required: true

- type: textarea
attributes:
label: Link
description: |
Provide the source link of this paper
validations:
required: true

- type: textarea
attributes:
label: Year
description: |
Year of the paper published.
validations:
required: true

- type: textarea
attributes:
label: Author and affiliation
description: |
Author and affiliation of the paper.
validations:
required: true

- type: textarea
attributes:
label: Conference or Journal
description: |
The conference or journal of the paper published.
validations:
required: true

- type: textarea
attributes:
label: Rank
description: |
Rank(generally CCF) of the conference or journal of the paper published.
validations:
required: false

- type: textarea
attributes:
label: Keywords
description: |
Please refer to Opendium or Mindmap to select several keywords for this paper.
validations:
required: false

- type: textarea
attributes:
label: Selecting Reason
description: |
Please provide the reason why you select to share this paper.
validations:
required: false

- type: textarea
attributes:
label: Supplementary
description: |
Any other information you wish to provide.
validations:
required: false
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/paper-recommendation.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
name: Paper Recommendation
description: The process to recommend a paper
title: "[PaperRec] "
labels: [kind/论文推荐]
description: Recommend to add a paper to the paper list.
title: "[Recommendation] "
labels: [kind/paper]
body:
- type: textarea
attributes:
Expand Down
34 changes: 0 additions & 34 deletions .github/ISSUE_TEMPLATE/reading-plan-proposal.md

This file was deleted.