You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CONTRIBUTING.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -120,7 +120,7 @@ Exceptions:
120
120
- Ensure cross-platform compatibility for every change that's accepted. Windows, Mac & Linux.
121
121
- Ensure no malicious code is introduced into the core code.
122
122
- Create issues for any major changes and enhancements that you wish to make. Discuss things transparently and get community feedback.
123
-
- Keep feature versions as small as possible, preferably one new feature per version.
123
+
- Keep feature PR's as small as possible, preferably one new feature per PR.
124
124
- Be welcoming to newcomers and encourage diverse new contributors from all backgrounds. See the Python Community Code of Conduct (https://www.python.org/psf/codeofconduct/).
125
125
126
126
### Becoming a Committer
@@ -132,6 +132,6 @@ Contributors may be given commit privileges. Preference will be given to those w
132
132
1. Access to resources for cross-platform development and testing.
133
133
1. Time to devote to the project regularly.
134
134
135
-
Being a Committer does not grant write permission on `develop` or `stable` for security reasons (Users trust Freqtrade with their Exchange API keys).
135
+
Being a Committer does not automatically grant write permission on `develop` or `stable` for security reasons (Users trust Freqtrade with their Exchange API keys).
136
136
137
137
After being Committer for some time, a Committer may be named Core Committer and given full repository access.
0 commit comments