mirror of
https://github.com/abapGit/abapGit.git
synced 2025-04-30 11:46:38 +08:00
Create CONTRIBUTING.md
This commit is contained in:
parent
43a09e587e
commit
a3912519a8
12
CONTRIBUTING.md
Normal file
12
CONTRIBUTING.md
Normal file
|
@ -0,0 +1,12 @@
|
|||
|
||||
a. Make sure there is an open issue for the stuff that you want to work on. When starting the development add a comment in the issue. This will allow for discussing possible solutions, and avoid having multiple people look into the same issue.
|
||||
|
||||
b. Keep the commits/PR as small as possible, try not to fix multiple issues in one commit/PR if possible. Smaller changes are easier to review, and are more likely to be accepted.
|
||||
|
||||
c. Variables are prefixed using the standard setting in Code Inspector check "Extended Naming Conventions for Programs"
|
||||
|
||||
d. abapGit is targeted for version 702, so the code should only contain expressions/statements that works on 702
|
||||
|
||||
|
||||
External Links:
|
||||
https://guides.github.com/activities/contributing-to-open-source/
|
Loading…
Reference in New Issue
Block a user