Skip to content

Commit

Permalink
Merge pull request #95 from 0xBasically/feat--new-issues-template
Browse files Browse the repository at this point in the history
update: templates
  • Loading branch information
Majorfi authored Aug 14, 2023
2 parents 42dc38c + c14a39f commit a38c010
Show file tree
Hide file tree
Showing 5 changed files with 67 additions and 30 deletions.
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/bug-report.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: Bug Report
description: Hello, friend bug when using the web-template? Please help us by answering the questions below. The more detail you can give us, the less 2am DMs you'll be getting from karelianpie. Thanks!
title: "Bug: "
labels: ["bug"]
projects: ["yearn/24"]
body:
- type: textarea
id: overview
attributes:
label: Overview
description: What happened? 🆘
placeholder: |
- What is broken?
- How should it have worked?
- A clear and concise description of what the bug is.
validations:
required: true
- type: textarea
id: reproduce
attributes:
label: Reproduce
description: How to Reproduce the bug? 🔂
placeholder: |
Steps to reproduce the behavior:
validations:
required: true
- type: textarea
id: thoughts
attributes:
label: Thoughts
description: Any idea or thoughts for the web-template team?
validations:
required: false
16 changes: 0 additions & 16 deletions .github/ISSUE_TEMPLATE/bug_report.md

This file was deleted.

1 change: 1 addition & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
blank_issues_enabled: false
33 changes: 33 additions & 0 deletions .github/ISSUE_TEMPLATE/feature-request.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,33 @@
name: New Feature
description: Hello, friend new feature for the web-template? Please help us by answering the questions below. The more detail you can give us, the less 2am DMs you'll be getting from karelianpie. Thanks!
title: "FRP: "
labels: ["enhancement"]
projects: ["yearn/24"]
body:
- type: textarea
id: proposal
attributes:
label: Proposal
description: What is your proposal? 🚀
placeholder: |
- What is this new feature?
- What's the rationale behind it?
- What info needs to be displayed? Where can we get it from?
validations:
required: true
- type: textarea
id: solve
attributes:
label: Solve
description: What does this solve? 🛠
placeholder: |
A clear and concise description about why this is nice to have.
validations:
required: true
- type: textarea
id: thoughts
attributes:
label: Thoughts
description: Any idea or thoughts for the web-template team?
validations:
required: false
14 changes: 0 additions & 14 deletions .github/ISSUE_TEMPLATE/feature_request.md

This file was deleted.

1 comment on commit a38c010

@vercel
Copy link

@vercel vercel bot commented on a38c010 Aug 14, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Successfully deployed to the following URLs:

web-lib-template – ./

web-template-bay.vercel.app
web-lib-template.yearn.farm
web.ycorpo.com
web-lib-template-git-main.yearn.farm

Please sign in to comment.