Skip to content

Update pull request template to include a boilerplate code snippet for how to test locally #7

@vimscientist69

Description

@vimscientist69

Is your feature request related to a problem? Please describe.
A lot of pull requests do not specify the exact commands to the tests locally.

Describe the solution you'd like
A boilerplate code-snippet to test the pull request locally. Here is an example:

gh pr checkout PullRequestNumber # checkout pull request locally
npm run compose:up # start up all necessary services
cd ./Backend # navigate to the right directory
swift build # build the project
swift test --filter TestSuiteName # Run tests for TestSuiteName
swift test --filter AnotherTestSuiteName # Run tests for AnotherTestSuiteName

Metadata

Metadata

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions