Skip to content

Commit 3b8f5f9

Browse files
authored
Merge pull request #3433 from BrentOzarULTD/3432_contributing
#3432 contributing guide
2 parents 136de61 + 3c4b067 commit 3b8f5f9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

CONTRIBUTING.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ Note that if you're not ready to get started coding in the next week, or if you
4242

4343
We're not picky at all about style, but a few things to know:
4444

45+
Don't touch the files that start with Install, like Install-All-Scripts.sql. Those are dynamically generated. You only have to touch the ones that start with sp_.
46+
4547
Your code needs to compile & run on all currently supported versions of SQL Server. It's okay if functionality degrades, like if not all features are available, but at minimum the code has to compile and run.
4648

4749
Your code must handle:

0 commit comments

Comments
 (0)