Skip to content

Commit

Permalink
docs: add readme and issue templates
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwremmel committed Sep 15, 2019
1 parent 034e712 commit acefaad
Show file tree
Hide file tree
Showing 6 changed files with 81 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .editorconfig
@@ -0,0 +1,19 @@
# http://editorconfig.org
root = true

[*]
indent_style = space
indent_size = 2
charset = utf-8
trim_trailing_whitespace = true
insert_final_newline = true

[*.md]
# code blocks in lists get confused with only 2 spaces
indent_size = 4

[*.tf]
indent_size = 4

[*.tfstate]
indent_size = 4
11 changes: 11 additions & 0 deletions .github/ISSUE_TEMPLATE/1-bug-report.md
@@ -0,0 +1,11 @@
---
name: 'Bug report'
about: 'Report a bug in Check Run Reporter'
---

<!--
Please provide as much detail of the bug as possible, especially the full
repository name and owner/organization.
To contact the Dependabot team privately you can email support@dependabot.com
-->
14 changes: 14 additions & 0 deletions .github/ISSUE_TEMPLATE/2-feature-request.md
@@ -0,0 +1,14 @@
---
name: 'Feature request'
about: Suggest an idea for Check Run Reporter
---

<!--
Thank you for suggesting an idea to make Check Run Reporter better.
There's a very small number of us, so we have to be very careful in what
features we take on, but we'd love to hear what might make the product better
for more folks.
To contact the Dependabot team privately you can email support@dependabot.com
-->
20 changes: 20 additions & 0 deletions .prettierrc
@@ -0,0 +1,20 @@
{
"arrowParens": "always",
"printWidth": 80,
"tabWidth": 2,
"useTabs": false,
"semi": true,
"singleQuote": true,
"trailingComma": "es5",
"bracketSpacing": false,
"jsxBracketSameLine": false,
"proseWrap": "always",
"overrides": [
{
"files": "*.md",
"options": {
"tabWidth": 4
}
}
]
}
17 changes: 17 additions & 0 deletions README.md
@@ -0,0 +1,17 @@
<p align="center">
![Check Run Reporter Logo](./images/logo.png)
</p>

# Check Run Reporter Feedback

If you've got feedback, feature requests, or need support, open an issue here
and we'll respond just as quickly as we can.

If you want to give your feedback in private, go ahead and send us an
[email instead](mailto:support@check-run-reporter.com).

## Security Issues

If you believe you've found a security issue, please
[email us](mailto:support@check-run-reporter.com) rather than disclosing the
issue publicly here.
Binary file added images/logo.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit acefaad

Please sign in to comment.