소스 검색

Docs: Adds tests requirement to bugs checklist (#18576)

* Docs: Adds tests requirement to bugs checklist

* Docs: Adds test for bugs as a requirment

Co-Authored-By: gotjosh <josue@grafana.com>
Hugo Häggmark 6 년 전
부모
커밋
c38674aef2
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      CONTRIBUTING.md

+ 1 - 0
CONTRIBUTING.md

@@ -48,6 +48,7 @@ To setup a local development environment we recommend reading [Building Grafana
 #### Bug specific checks
 
 - [ ] The pull request contains `Closes: #Issue` or `Fixes: #Issue` in pull request description.
+- [ ] The Pull Request adds tests that replicate the fixed bug and helps avoid regressions.
 
 ### Frontend specific checks