Skip to content

Commit c05aae1

Browse files
committed
Adding issue templates to Recipes
1 parent c68f354 commit c05aae1

File tree

4 files changed

+32
-4
lines changed

4 files changed

+32
-4
lines changed

Diff for: .github/ISSUE_TEMPLATE/new-tip.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: New Recipe(Tip)
3+
about: Have an idea for a tip? Do you want to contribute by writing a tip?
4+
title: "Recipe(Tip): [Your title]"
5+
labels: Recipe, Tip
6+
---
7+
8+
## About the post
9+
10+
- [ ] I would like to suggest a topic;
11+
- [ ] I would like to write a tip tutorial;
12+
13+
## Brief description
14+
> A brief description of the proposed subject.

Diff for: .github/ISSUE_TEMPLATE/new-widget.md

+14
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,14 @@
1+
---
2+
name: New Recipe(widget)
3+
about: Have an idea for a widget? Do you want to contribute by writing a widget?
4+
title: "Recipe(widget): [Your title]"
5+
labels: Recipe, Widget
6+
---
7+
8+
## About the post
9+
10+
- [ ] I would like to suggest a topic;
11+
- [ ] I would like to write a recipe for creating a widget;
12+
13+
## Brief description
14+
> A brief description of the proposed subject.

Diff for: src/project/how-to-contribute.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ We will love to hear your content idea, so the first step is to open an issue us
2323
You can open an issue:
2424

2525
- [New Post/Article](https://github.com/vue-a11y/vue-a11y.com/issues/new?labels=Post&template=new-post.md&title=Post%2FArticle%3A+%5BYour+title%5D)
26-
- [New Widget (Recipe)](https://github.com/vue-a11y/vue-a11y.com/issues/new/choose)
27-
- [New Tip (Recipe)](https://github.com/vue-a11y/vue-a11y.com/issues/new/choose)
26+
- [New Widget (Recipe)](https://github.com/vue-a11y/vue-a11y.com/issues/new?labels=Recipe,Widget&template=new-widget.md&title=Recipe%28widget%29%3A+%5BYour+title%5D)
27+
- [New Tip (Recipe)](https://github.com/vue-a11y/vue-a11y.com/issues/new?labels=Recipe,Tip&template=new-tip.md&title=Recipe%28Tip%29%3A+%5BYour+title%5D)
2828

2929
We also have an [issue](https://github.com/vue-a11y/vue-a11y.com/issues/14) with several content ideas, feel free to add other subjects that you want to see as content on the site.
3030

Diff for: src/pt/projeto/como-contribuir.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ Nós iremos adorar saber sua ideia de conteúdo, então o primeiro passo é abri
2323
Você pode abrir uma issue para:
2424

2525
- [New Post/Article](https://github.com/vue-a11y/vue-a11y.com/issues/new?labels=Post&template=new-post.md&title=Post%2FArticle%3A+%5BYour+title%5D)
26-
- [New Widget (Recipe)](https://github.com/vue-a11y/vue-a11y.com/issues/new/choose)
27-
- [New Tip (Recipe)](https://github.com/vue-a11y/vue-a11y.com/issues/new/choose)
26+
- [New Widget (Recipe)](https://github.com/vue-a11y/vue-a11y.com/issues/new?labels=Recipe,Widget&template=new-widget.md&title=Recipe%28widget%29%3A+%5BYour+title%5D)
27+
- [New Tip (Recipe)](https://github.com/vue-a11y/vue-a11y.com/issues/new?labels=Recipe,Tip&template=new-tip.md&title=Recipe%28Tip%29%3A+%5BYour+title%5D)
2828

2929
Nós também temos uma [issue](https://github.com/vue-a11y/vue-a11y.com/issues/14) com diversas ideias de conteúdo, fique a vontade também para adicionar outros assuntos que você quer ver em forma de conteúdo no site.
3030

0 commit comments

Comments
 (0)