Skip to content

Commit 8b7e516

Browse files
Merge pull request #247 from matter-labs/baldyash/contribution_policy
policy
2 parents d65df53 + 2650cc7 commit 8b7e516

File tree

3 files changed

+9
-1
lines changed

3 files changed

+9
-1
lines changed

Documentation/CONTRIBUTION_POLICY.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
## Contribution Policy
2+
1. Find or create an [issue](https://github.com/matter-labs/web3swift/issues)
3+
2. Fulfill its tasks in separate branch, push your changes
4+
3. [Submit a pull request to **develop** branch](https://github.com/matter-labs/web3swift/pulls)
5+
4. Assign the review to [BaldyAsh](https://github.com/BaldyAsh)
6+
5. If there will be a request for changes, please make them and send a request for re-review

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -330,7 +330,7 @@ Anton Grigorev, [@baldyash](https://github.com/BaldyAsh)
330330
- If you'd like to **see web3swift best practices**, check [Apps using this library](https://github.com/matter-labs/web3swift/wiki/Apps-using-web3swift).
331331
- If you **found a bug**, [open an issue](https://github.com/matter-labs/web3swift/issues).
332332
- If you **have a feature request**, [open an issue](https://github.com/matter-labs/web3swift/issues).
333-
- If you **want to contribute**, [submit a pull request](https://github.com/matter-labs/web3swift/pulls).
333+
- If you **want to contribute**, read [contribution policy](https://github.com/matter-labs/web3swift/blob/master/Documentation/CONTRIBUTION_POLICY.md) & [submit a pull request](https://github.com/matter-labs/web3swift/pulls).
334334
- Donation Our Ether wallet address: 0xe22b8979739d724343bd002f9f432f5990879901
335335

336336
![Donate](http://qrcoder.ru/code/?0xe22b8979739d724343bd002f9f432f5990879901&4&0)

web3swift.xcodeproj/project.pbxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -385,6 +385,7 @@
385385
3AA816402276E5A800F5DB52 /* CHANGELOG.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CHANGELOG.md; sourceTree = "<group>"; };
386386
3AA816412276E5A900F5DB52 /* README.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = README.md; sourceTree = "<group>"; };
387387
3AEF4ABE22C0B6BE00AC7929 /* Web3+Constants.swift */ = {isa = PBXFileReference; lastKnownFileType = sourcecode.swift; path = "Web3+Constants.swift"; sourceTree = "<group>"; };
388+
E2D081C72402F6900082EA93 /* CONTRIBUTION_POLICY.md */ = {isa = PBXFileReference; lastKnownFileType = net.daringfireball.markdown; path = CONTRIBUTION_POLICY.md; sourceTree = "<group>"; };
388389
/* End PBXFileReference section */
389390

390391
/* Begin PBXFrameworksBuildPhase section */
@@ -928,6 +929,7 @@
928929
children = (
929930
3AA8163D2276E56D00F5DB52 /* Usage.md */,
930931
3AA8163C2276E56D00F5DB52 /* web3swift 2.0 Migration Guide.md */,
932+
E2D081C72402F6900082EA93 /* CONTRIBUTION_POLICY.md */,
931933
13CE02B021FC846800CE7148 /* RELEASE_GUIDE.md */,
932934
13CE02B121FC846900CE7148 /* BUILD_GUIDE.md */,
933935
);

0 commit comments

Comments
 (0)