cmu-delphi / delphi-epidata

An open API for epidemiological data.
https://cmu-delphi.github.io/delphi-epidata/
MIT License
102 stars 68 forks source link

avoid linking keywords in PR template #1504

Closed melange396 closed 4 months ago

melange396 commented 4 months ago

Certain phrasing in a PR can "link" it to a particular issue. Merging a PR that is "linked" to an issue will automatically close that issue. This can be handy, but it can also be problematic if the issue is closed unintentionally, like when a PR does not completely cover all of the points made in the issue. For examples of this, see: https://github.com/cmu-delphi/covidcast-indicators/issues/1676#issuecomment-2118194957 and https://github.com/cmu-delphi/covidcast-indicators/issues/1973#issuecomment-2249126852 . The automatic closing behavior can not be disabled, though it is a commonly requested feature. This PR removes those linking keywords from the template to reduce the possibility of an undesired linking.

sonarcloud[bot] commented 4 months ago

Quality Gate Passed Quality Gate passed

Issues
0 New issues
0 Accepted issues

Measures
0 Security Hotspots
0.0% Coverage on New Code
0.0% Duplication on New Code

See analysis details on SonarCloud