Skip to content

Commit 3c4b067

Browse files
committed
#3432 contributing guide
Telling people not to touch the install files. Closes #3432.
1 parent 136de61 commit 3c4b067

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)