1
0

Pipelines fixes & community documentation (#2)

* - Removed scenario test overrides

* Fixed localization check issue

* Added CI/CD configs

* Updated README

* Added yarn install to CI/CD configs

* Update ci.yml

* Updated CI config to attach built bundle to release

* Added templates and documents to comply with GitHub Community Standards

* Updated CI.yml
This commit is contained in:
2022-05-20 15:44:43 +03:00
committed by GitHub
parent 08426b9a15
commit 5f34431b5a
7 changed files with 205 additions and 2 deletions
+32
View File
@@ -0,0 +1,32 @@
---
name: Bug report
about: Create an issue report to help us improve
title: ''
labels: bug
assignees: ''
---
### Description
A clear and concise description of what the bug is.
### Reproduction steps
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '...'
3. Scroll down to '...'
4. See error
### Expected behavior
A clear and concise description of what you expected to happen.
### Screenshots
If applicable, add screenshots to help explain your problem.
### Environment
Please provide the following information:
- Operating System: [e.g. Windows 10 Pro 1909 (10.0.18363)]
- Browser: [e.g. Microsoft Edge 83.0.478.56]
### Additional context
Add any other context about the problem here.
+20
View File
@@ -0,0 +1,20 @@
---
name: Feature request
about: Suggest an idea for this project
title: ''
labels: enhancement
assignees: ''
---
**Is your feature request related to a problem? Please describe.**
A clear and concise description of what the problem is. Ex. I'm always frustrated when '...'
**Describe the solution you'd like**
A clear and concise description of what you want to happen.
**Describe alternatives you've considered**
A clear and concise description of any alternative solutions or features you've considered.
**Additional context**
Add any other context or screenshots about the feature request here.