Skip to content

Commit

Permalink
Merge pull request #41 from vocascan/issuetemplates
Browse files Browse the repository at this point in the history
Issuetemplates
  • Loading branch information
luwol03 authored Apr 26, 2021
2 parents fa96585 + c8aaa72 commit ac28ca6
Show file tree
Hide file tree
Showing 5 changed files with 34 additions and 28 deletions.
12 changes: 7 additions & 5 deletions .github/ISSUE_TEMPLATE/bug_report.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name: Bug report
about: Create a report to help us improve
title: ''
labels: bug
labels: kind/bug
assignees: noctera

---
Expand All @@ -24,9 +24,11 @@ A clear and concise description of what you expected to happen.
If applicable, add screenshots to help explain your problem.

**Desktop (please complete the following information):**
- OS: [e.g. iOS]
- cmake version:
- openssl version:
- OS: [e.g. macos]
- node version:
- npm version:
- database dialect:
- commit ref:

**Additional context**
Add any other context about the problem here.
Add any other context about the problem here.
8 changes: 8 additions & 0 deletions .github/ISSUE_TEMPLATE/config.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
blank_issues_enabled: false
contact_links:
- name: GitHub Discussions
url: https://github.com/vocascan/vocascan-server/discussions
about: Please ask and answer questions here.
- name: Discord community server
url: https://discord.gg/Q3Qp72sKaQ
about: If you have discord, you can also ask questions here.
6 changes: 6 additions & 0 deletions .github/ISSUE_TEMPLATE/feature_request.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
---
name: Feature request
about: Suggest an feature for vocascan
---

<!-- describe the feature you would like to have -->
21 changes: 3 additions & 18 deletions pull_request_template.md → .github/pull_request_template.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
<!--- Provide a general summary of your changes in the Title above -->
<!--- If there is no changelog entry, label this PR as trivial to bypass the Danger warning -->

| Status | Type | Env Vars Change | Review App | Ticket |
| Status | Type | Env Vars Change |
| :---: | :---: | :---: | :--: | :--: |
| Ready/Hold | Feature/Bug/Tooling/Refactor/Hotfix | Yes/No | [Link](<Review app link here>) | [Link](<ticket link here>) |
| :white_check_mark: Ready / :x: Hold | Feature/Bug/Tooling/Refactor/Hotfix | Yes/No |

## Description

Expand All @@ -14,31 +14,16 @@
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->

## How Has This Been Tested?

<!--- Please describe in detail how you tested your changes. -->
<!--- Include details of your testing environment, and the tests you ran to -->
<!--- see how your change affects other areas of the code, etc. -->

## Screenshots / GIFs (if appropriate):
<!--- Bonus points for GIFS --->

## Types of changes

<!--- What types of changes does your code introduce? Put an `x` in all the boxes that apply: -->

- [ ] Bug fix (non-breaking change which fixes an issue)
- [ ] New feature (non-breaking change which adds functionality)
- [ ] Enhancement (non-breaking change which cleans up / improves existing functionality)
- [ ] Breaking change (fix or feature that would cause existing functionality to change)
<!--- Bonus points for GIFS --->

## Checklist

<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask. We're here to help! -->

- [ ] I have read the **CONTRIBUTING** document.
- [ ] I have added unit tests to code changes that make sense.
- [ ] I have considered the accessibility of my changes (i.e. did I add proper content descriptions to images, or run my changes with talkback enabled?)
- [ ] I have documented my code if needed

Expand Down
15 changes: 10 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,14 @@
# Vocascan-server
Server for Vocascan

![Github license](https://img.shields.io/github/license/vocascan/Vocascan-server?style=flat-square) ![Github Open Issues](https://img.shields.io/github/issues/vocascan/Vocascan-server?style=flat-square) ![Github Stars](https://img.shields.io/github/stars/vocascan/Vocascan-server?style=flat-square) ![Github forks](https://img.shields.io/github/forks/vocascan/Vocascan-server?style=flat-square) ![Github downloads](https://img.shields.io/github/downloads/vocascan/Vocascan-server/total?label=Downloads) ![Docker Image](https://github.com/vocascan/vocascan-server/workflows/Docker%20Image/badge.svg)
![Github license](https://img.shields.io/github/license/vocascan/Vocascan-server?style=flat-square)
![Github Open Issues](https://img.shields.io/github/issues/vocascan/Vocascan-server?style=flat-square)
![Github Stars](https://img.shields.io/github/stars/vocascan/Vocascan-server?style=flat-square)
![Github forks](https://img.shields.io/github/forks/vocascan/Vocascan-server?style=flat-square)
![Github downloads](https://img.shields.io/github/downloads/vocascan/Vocascan-server/total?label=Downloads)
![Docker Image](https://img.shields.io/github/workflow/status/vocascan/vocascan-server/docker?label=Build&style=flat-square)

![cover](https://github.com/vocascan/Vocascan-server/blob/main/images/vocascan-server-cover.png)
![cover](./images/vocascan-server-cover.png)

## Table of Contents

Expand Down Expand Up @@ -46,6 +51,6 @@ For questions or ideas please use [Discussions](https://github.com/vocascan/voca

## Contributors

[<img src="https://avatars3.githubusercontent.com/u/54618409?s=400&v=4" width="50" />](https://github.com/noctera)
[<img src="https://avatars3.githubusercontent.com/u/60048565?s=400&v=4" width="50" />](https://github.com/luwol03)
[<img src="https://avatars3.githubusercontent.com/u/67190487?s=400&v=4" width="50" />](https://github.com/retfloww)
[<img src="https://github.com/noctera.png" width="50" />](https://github.com/noctera)
[<img src="https://github.com/luwol03.png" width="50" />](https://github.com/luwol03)
[<img src="https://github.com/retfloww.png" width="50" />](https://github.com/retfloww)

0 comments on commit ac28ca6

Please sign in to comment.