[next] i18n cleanup (#2456)

* fix: removed english translations from es files

* feat: improved github messaging
This commit is contained in:
Wyatt Johnson
2019-08-12 14:55:29 -04:00
committed by Kim Gardner
parent 86bba73919
commit 956014b53f
6 changed files with 140 additions and 594 deletions
+30
View File
@@ -0,0 +1,30 @@
---
name: Bug report
about: Create a report to help us improve
labels: "bug"
---
<!--
Please provide as much detail as possible, including a screenshot or copy-paste of any related error messages, logs, or other output that might be related. Places to look for information include your browser console, server console, and network logs. The more information you can give the better.
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/coralproject/talk/search
* Read the docs: https://docs.coralproject.net
Please fill in the *entire* template below.
-->
**Expected behavior:**
**Actual behavior:**
**Related Issues:** <!-- Did you find other bugs that looked similar? -->
**Versions:**
- NodeJS:
- NPM:
- MongoDB:
- Redis:
- Browser:
- OS:
+27
View File
@@ -0,0 +1,27 @@
---
name: Feature request
about: Suggest an idea for this project
labels: "feature idea"
---
<!--
Please help us by doing the following steps before logging an issue:
* Search: https://github.com/coralproject/talk/search
-->
## Search Terms
<!-- List of keywords you searched for before creating this issue. Write them down here so that others can find this suggestion more easily -->
## Suggestion
<!-- A summary of what you'd like to see added or changed -->
## Use Cases
<!--
What do you want to use this for?
What shortcomings exist with current approaches?
-->
+10
View File
@@ -0,0 +1,10 @@
<!--
Thank you for submitting a pull request!
Please verify that:
* [ ] Code is up-to-date with the base branch
* [ ] You've successfully run `npm run test` locally
Refer to CONTRIBUTING.MD for more details.
https://github.com/coralproject/talk/blob/master/CONTRIBUTING.md
-->