Fix broken YML links and add PR template (#1340)

* Fix MD files with broken links

- fixing all broken links
- all YML files are now in capital case

* Add PR template

* remove comments
This commit is contained in:
Vim 2022-02-25 14:39:38 -05:00 committed by GitHub
commit eb03d6cb5f
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 29 additions and 7 deletions

View file

@ -1,4 +1,4 @@
name: 'Compile Mermaid in Markdown'
name: 'Compile Mermaid to MD'
on:
push:

View file

@ -1,4 +1,4 @@
name: Deploy Backend staging
name: Deploy Backend Staging
on:
pull_request:
branches: [main]

View file

@ -1,4 +1,4 @@
name: Deploy Frontend staging
name: Deploy Frontend Staging
on:
pull_request:
branches: [main]

View file

@ -1,7 +1,7 @@
# Full command list of cypress github actions:
# https://github.com/cypress-io/github-action#cypress-iogithub-action--
name: End to end tests
name: End to End Tests
on:
# To run tests on the push event of a specific branch:
# push: