Skip to content

Commit

Permalink
feat: prettier in READMEs (#998)
Browse files Browse the repository at this point in the history
  • Loading branch information
milldr authored Mar 11, 2024
1 parent 3727f96 commit 00304f4
Show file tree
Hide file tree
Showing 176 changed files with 4,888 additions and 3,817 deletions.
18 changes: 12 additions & 6 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
@@ -1,37 +1,43 @@
---
name: Bug report
about: Create a report to help us improve
title: ''
labels: 'bug'
assignees: ''

title: ""
labels: "bug"
assignees: ""
---

Found a bug? Maybe our [Slack Community](https://slack.cloudposse.com) can help.

[![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)

## Describe the Bug

A clear and concise description of what the bug is.

## Expected Behavior

A clear and concise description of what you expected to happen.

## Steps to Reproduce

Steps to reproduce the behavior:

1. Go to '...'
2. Run '....'
3. Enter '....'
4. See error

## Screenshots

If applicable, add screenshots or logs to help explain your problem.

## Environment (please complete the following information):

Anything that will help us triage the bug will help. Here are some ideas:
- OS: [e.g. Linux, OSX, WSL, etc]
- Version [e.g. 10.15]

- OS: [e.g. Linux, OSX, WSL, etc]
- Version [e.g. 10.15]

## Additional Context

Add any other context about the problem here.
13 changes: 7 additions & 6 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
name: Feature Request
about: Suggest an idea for this project
title: ''
labels: 'feature request'
assignees: ''

title: ""
labels: "feature request"
assignees: ""
---

Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our [Slack Archive](https://archive.sweetops.com/).
Have a question? Please checkout our [Slack Community](https://slack.cloudposse.com) or visit our
[Slack Archive](https://archive.sweetops.com/).

[![Slack Community](https://slack.cloudposse.com/badge.svg)](https://slack.cloudposse.com)

Expand All @@ -21,7 +21,8 @@ A clear and concise description of what you expected to happen.

## Use Case

Is your feature request related to a problem/challenge you are trying to solve? Please provide some additional context of why this feature or capability will be valuable.
Is your feature request related to a problem/challenge you are trying to solve? Please provide some additional context
of why this feature or capability will be valuable.

## Describe Ideal Solution

Expand Down
14 changes: 14 additions & 0 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,20 @@ repos:
- id: terraform_fmt
- id: terraform_docs
args: ["--args=--lockfile=false"]

- repo: https://github.com/pre-commit/mirrors-prettier
rev: v3.1.0
hooks:
- id: prettier
name: prettier
entry: prettier --write --prose-wrap always --print-width 120
types: ["markdown"]
exclude: |
(?x)^(
README.md |
deprecated/.*.md
)$
- repo: local
hooks:
- id: rebuild-mixins-docs
Expand Down
Loading

0 comments on commit 00304f4

Please sign in to comment.