This changeset updates our pull request template to be much more streamlined and shifts most of the information to our documentation. The PR template now links to the docs for folks who are new and unfamiliar with what we require in our pull requests so that the template itself just has the headings and quick outlines to get started more easily and quickly.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
Apparently this error is common:
```
FATAL: database "test_notification_api" does not exist
```
In lieu of getting to the bottom of it, add a note about how to fix it
This changeset adds a bit of missing information to our README and documentation for E2E test configuration. This is required for the project to be set up correctly, and while it will work out of the box, there are a couple of adjustments that need to be made to ensure everything is configured correctly.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset adds documentation for what to expect and how to conduct and receive code reviews. We want to improve our team practices and ensure that all members know how to engage and what to expect with code reviews. Furthermore, this can serve as another model and positive example of how to collaborate as a team in the broader open source community.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
This changeset adds a bit of documentation to explain with the .profile file is used for with our application.
Signed-off-by: Carlo Costino <carlo.costino@gsa.gov>
Added a couple of clarifications to the Agreement model status field (active or expired status values, with a note about draft/pending possibly coming in the future).
This changeset updates ADR-0003 to clarify the work a bit more and remove a couple of extraneous steps. The previous draft included provisions for creating a whole separate `expired` field, which is unnecessary.
h/t to @xlorepdarkhelm and @stvnrlly for catching this and asking about it!