Skip to content

Commit

Permalink
Merge pull request #34 from glorious-codes/github_templates
Browse files Browse the repository at this point in the history
Create Github templates
  • Loading branch information
rafaelcamargo committed Sep 9, 2020
2 parents 4c16010 + c0aa1a1 commit bbeb7b2
Show file tree
Hide file tree
Showing 4 changed files with 89 additions and 0 deletions.
35 changes: 35 additions & 0 deletions .github/ISSUE_TEMPLATE/bug.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,35 @@
---
name: Bug
about: Use this template to tell us a little about the issue you're experiencing.
title: ''
labels: bug
assignees: ''
---

### What is happening

Describe here with all the possible details the bug and the *step-by-step* to
reproduce it.

### What should happen

Describe here what is the behavior you were expecting it had.

### Screenshot

Is it a **visual-related bug**? If so, attach an screenshot showing what
is *out of place*.

### Playground

Is it a **behavior-related bug**? If so, paste here a link to Taslonic playground
containing the simulation of your bug. You just need to implement a layout over
there using the component you think is buggy and then copy/paste that URL here.

- [Playground: React](https://components.taslonic.com/#!/components/react/playground)
- [Playground: Vue](https://components.taslonic.com/#!/components/vue/playground)

### Environment

- What Operational System (name/version) are you using? *e.g. MacOS Catalina/10.15.5*
- What Browser (name/version) are you running Taslonic on? *e.g. Chrome/84.0.4147.135*
32 changes: 32 additions & 0 deletions .github/ISSUE_TEMPLATE/enhancement.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,32 @@
---
name: Enhancement
about: Use this template to suggest an improvement or a new component.
title: ''
labels: enhancement
assignees: ''

---

### Component's Name

Name of the component you suggest to be created or improved.

### Common pattern to be abstracted

Describe here the common pattern you have identified which you think an
improvement or component should abstract.


**Example**
*Form: Abstract common behavior of a native form like submitting data, and showing success and error feedbacks.*

### Requirements

- [ ] List here every technical requirement that needs to be fulfilled.

### Properties

| Name | Required | Type | Valid Values |
|---------------|---------------|-------------|-------------------------------|
| theme | No | String | primary, secondary, danger |
| ... | ... | ... | ... |
10 changes: 10 additions & 0 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
---
name: Dúvida
about: Use this template to ask for help.
title: ''
labels: question
assignees: ''

---

Your question goes here.
12 changes: 12 additions & 0 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
## Issue

Every Pull Request should resolve an open issue. Reference that in here.

## Solution

Describe in few words the solution you're proposing.

## Links/Preview

Use this section to share useful links releated to the issue or to your solution.
If your Pull Request introduces visual changes, attach some screenshot here.

0 comments on commit bbeb7b2

Please sign in to comment.