Files
speckle-server/.github/pull_request_template.md
Iain Sproat 6cbe32d8cd GitHub template update (#921)
* fix(pull request template): pR template should be the default and not an option
  - PR template was in a directory which allows selection using queries.  The PR template should be
provided by default so should be renamed and placed in the .github directory.
  - Remove obsolete template
2022-08-15 10:33:27 +01:00

2.5 KiB

Description & motivation

Changes:

To-do before merge:

Screenshots:

Validation of changes:

Checklist:

  • My pull request follows the guidelines in the Contributing guide?
  • My pull request does not duplicate any other open Pull Requests for the same update/change?
  • My commits are related to the pull request and do not amend unrelated code or documentation.
  • My code follows a similar style to existing code.
  • I have added appropriate tests.
  • I have updated or added relevant documentation.

References