From 466dd013276cbb56b356a29d80e82739108891fb Mon Sep 17 00:00:00 2001 From: hackreactor-bot Date: Thu, 20 Oct 2022 11:45:11 +0000 Subject: [PATCH] (init) --- .gitignore | 35 ++++++++++++++++++++++++++++++++++ .vscode/settings.json | 13 +++++++++++++ _PRESS-RELEASE.md | 44 +++++++++++++++++++++++++++++++++++++++++++ 3 files changed, 92 insertions(+) create mode 100644 .gitignore create mode 100644 .vscode/settings.json create mode 100644 _PRESS-RELEASE.md diff --git a/.gitignore b/.gitignore new file mode 100644 index 000000000..3eadcf94c --- /dev/null +++ b/.gitignore @@ -0,0 +1,35 @@ +### node etc ### + +# Logs +logs +*.log + +# Runtime data +pids +*.pid +*.seed + +# Directory for instrumented libs generated by jscoverage/JSCover +lib-cov + +# Coverage directory used by tools like istanbul +coverage + +# Grunt intermediate storage (http://gruntjs.com/creating-plugins#storing-task-files) +.grunt + +# Compiled Dirs (http://nodejs.org/api/addons.html) +build/ +dist/ + +# Dependency directorys +# Deployed apps should consider commenting these lines out: +# see https://npmjs.org/doc/faq.html#Should-I-check-my-node_modules-folder-into-git +node_modules/ +bower_components/ + +# Floobits +.floo +.floobit +.floo +.flooignore diff --git a/.vscode/settings.json b/.vscode/settings.json new file mode 100644 index 000000000..da8e97b76 --- /dev/null +++ b/.vscode/settings.json @@ -0,0 +1,13 @@ +{ + "editor.lightbulb.enabled": false, + "editor.parameterHints.enabled": false, + "editor.renderWhitespace": "all", + "editor.snippetSuggestions": "none", + "editor.tabSize": 2, + "editor.wordWrap": "on", + "emmet.showExpandedAbbreviation": "never", + "files.trimTrailingWhitespace": true, + "javascript.suggest.enabled": false, + "javascript.updateImportsOnFileMove.enabled": "never", + "javascript.validate.enable": false +} diff --git a/_PRESS-RELEASE.md b/_PRESS-RELEASE.md new file mode 100644 index 000000000..21aed8e95 --- /dev/null +++ b/_PRESS-RELEASE.md @@ -0,0 +1,44 @@ +# Project Name # + + + +## Heading ## + > Name the product in a way the reader (i.e. your target customers) will understand. + +## Sub-Heading ## + > Describe who the market for the product is and what benefit they get. One sentence only underneath the title. + +## Summary ## + > Give a summary of the product and the benefit. Assume the reader will not read anything else so make this paragraph good. + +## Problem ## + > Describe the problem your product solves. + +## Solution ## + > Describe how your product elegantly solves the problem. + +## Quote from You ## + > A quote from a spokesperson in your company. + +## How to Get Started ## + > Describe how easy it is to get started. + +## Customer Quote ## + > Provide a quote from a hypothetical customer that describes how they experienced the benefit. + +## Closing and Call to Action ## + > Wrap it up and give pointers where the reader should go next.