Skip to content

Commit 63ee364

Browse files
authored
Merge pull request #24 from mcode/rems-556-connectathon-docs
Update docs for Jan 2024 Connectathon
2 parents e801de8 + 4b29072 commit 63ee364

17 files changed

+727
-745
lines changed

.docker-sync/daemon.log

Lines changed: 0 additions & 4 deletions
This file was deleted.

.docker-sync/daemon.pid

Lines changed: 0 additions & 1 deletion
This file was deleted.

.env

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
VSAC_API_KEY=f6486e93-5f75-481c-a5c1-b6395d7a217d
2-
COMPOSE_PROJECT_NAME=rems_demo
1+
VSAC_API_KEY=changeMe
2+
COMPOSE_PROJECT_NAME=rems_dev

.github/pull_request_template.md

Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
## Describe your changes
2+
3+
Please include a summary of the changes and the related issue/task. Please also include relevant motivation and context. List any dependencies that are required for this change, including links to other pull requests/branches in other repositories if applicable.
4+
5+
## Issue ticket number and Jira link
6+
7+
Please include the Jira Ticket Number and Link for this issue/task.
8+
9+
## Checklist before requesting a review
10+
- [ ] I have performed a self-review of my code
11+
- [ ] Ensure the target / base branch for any feature PR is set to `dev` not main (the only exception to this is releases from `dev` and hotfix branches)
12+
13+
## Checklist for conducting a review
14+
- [ ] Review the code changes and make sure they all make sense and are necessary.
15+
- [ ] Pull the PR branch locally and test by running through workflow and making sure everything works as it is supposed to.
16+
17+
## Workflow
18+
19+
Owner of the Pull Request will be responsible for merge after all requirements are met, including approval from at least one reviewer. Additional changes made after a review will dismiss any approvals and require re-review of the additional updates. Auto merging can be enabled below if additional changes are likely not to be needed. The bot will auto assign reviewers to your Pull Request for you.
20+

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
.env
21
.env.local
32
/playwright-report/
43
/playwright/.cache/
54
/test-results/
65
node_modules/
6+
.docker-sync/

DeveloperSetupGuide.md

Lines changed: 80 additions & 115 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)