Skip to content

Commit 1a8896b

Browse files
authored
Merge pull request #84 from HyperCodec/rewrite-temp
temp branch for merging changes from #80
2 parents 1295d3d + 0a958f9 commit 1a8896b

17 files changed

+1169
-2506
lines changed

.github/workflows/ci-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: CI-CD
22

33
on:
44
push:
5-
branches: [main]
5+
branches: [main, dev]
66
pull_request:
77

88
jobs:

CONTRIBUTING.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,6 @@ Thanks for contributing to this project.
22

33
To get started, check out the [issues page](https://github.com/hypercodec/neat). You can either find a feature/fix from there or start a new issue, then begin implementing it in your own fork of this repo.
44

5-
Once you are done making the changes you'd like the make, start a pull request to the [dev](https://github.com/hypercodec/neat/tree/dev) branch. State your changes and request a review. After all branch rules have been satisfied, someone with management permissions on this repository will merge it.
5+
Once you are done making the changes you'd like the make, start a pull request to the [dev](https://github.com/hypercodec/neat/tree/dev) branch. State your changes and request a review. After all branch rules have been satisfied and the pull request has a valid reason, someone with management permissions on this repository will merge it.
66

7+
You could also make a draft PR while implementing your features if you want feedback or discussion before finalizing your changes.

0 commit comments

Comments
 (0)