Skip to content

Commit

Permalink
fix: prettier format files
Browse files Browse the repository at this point in the history
  • Loading branch information
emersonlaurentino committed Jun 17, 2022
1 parent 66ce99f commit 2714c9b
Show file tree
Hide file tree
Showing 193 changed files with 8,041 additions and 18,651 deletions.
5 changes: 3 additions & 2 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: Bug report
about: 'Thanks for reporting a bug. In case this report is not related to the FastStore,
about:
'Thanks for reporting a bug. In case this report is not related to the FastStore,
we recommend posting it on the VTEX community: https://community.vtex.com/'
title: ''
labels: bug
assignees: ''

---

**Describe the bug**
Expand All @@ -19,6 +19,7 @@ A clear and concise description of what is happening to cause the bug.

**Steps to reproduce**
A step-by-step on how to reproduce the bug behavior.

1. ‘...’
2. ‘...’
3. ‘...’
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/documentation-request.md
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
---
name: Documentation request
about: 'Thanks for contributing. In case this request is not related to the FastStore,
about:
'Thanks for contributing. In case this request is not related to the FastStore,
we recommend posting it on the VTEX community: https://community.vtex.com/'
title: ''
labels: documentation
assignees: ''

---

**Documentation description**
A clear and concise description of what you'd like to see documented.
A clear and concise description of what you'd like to see documented.

**Additional context**
Add any other context or comment about the request.
Expand Down
6 changes: 3 additions & 3 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: Feature request
about: 'Thanks for contributing. In case this request is not related to the FastStore,
about:
'Thanks for contributing. In case this request is not related to the FastStore,
we recommend posting it on the VTEX community: https://community.vtex.com/'
title: ''
labels: enhancement
assignees: ''

---

**Describe the feature you'd like**
Expand All @@ -18,4 +18,4 @@ A clear and concise description of any alternative solutions or features you've
Add any other context or screenshots about the feature request here.

**References**
Add a link or a list of references to the feature requested.
Add a link or a list of references to the feature requested.
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/question.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
---
name: Question
about: 'Thanks for your question. In case this question is not related to the FastStore,
about:
'Thanks for your question. In case this question is not related to the FastStore,
we recommend posting it on the VTEX community: https://community.vtex.com/'
title: ''
labels: good first issue, question
assignees: ''

---

**What are you trying to accomplish? Please describe.**
Expand Down
7 changes: 6 additions & 1 deletion .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
## What's the purpose of this pull request?

<!--- Considering the context, what is the problem we'll solve? Where in VTEX's big picture our issue fits in? Write a tweet about the context and the problem itself. --->

## How it works?
## How it works?

<!--- Tell us the role of the new feature, or component, in its context. --->

## How to test it?

<!--- Describe the steps with bullet points. Is there any external link that can be used to better test it or an example? --->

### Starters Deploy Preview

<!--- Add a link to a deploy preview from `gatsby.store` AND `nextjs.store` with this branch being used. --->

<!--- Tip: You can get an installable version of this branch from the CodeSandbox generated when this PR is created. --->

## References

<!--- Spread the knowledge: is there any content you used to create this PR that is worth sharing? --->

<!--- Extra tip: adding references to related issues or mentioning people important to this PR may be good for the documentation and reviewing process --->
Loading

0 comments on commit 2714c9b

Please sign in to comment.