Selaa lähdekoodia

introduce a simple PR template

Falko Schindler 1 viikko sitten
vanhempi
säilyke
8d29d1f501
1 muutettua tiedostoa jossa 16 lisäystä ja 0 poistoa
  1. 16 0
      .github/PULL_REQUEST_TEMPLATE.md

+ 16 - 0
.github/PULL_REQUEST_TEMPLATE.md

@@ -0,0 +1,16 @@
+### Motivation
+
+<!-- What problem does this PR solve? Which new feature or improvement does it implement? -->
+<!-- Please provide relevant links to corresponding issues and feature requests. -->
+
+### Implementation
+
+<!-- What is the concept behind the implementation? How does it work? -->
+<!-- Include any important technical decisions or trade-offs made -->
+
+### Progress
+
+- [ ] I chose a meaningful title that completes the sentence: "If applied, this PR will..."
+- [ ] The implementation is complete.
+- [ ] Pytests have been added (or are not necessary).
+- [ ] Documentation has been added (or is not necessary).