Skip to content

Commit 65b4d6d

Browse files
committed
Prove we can work with this new branch structure
Fixes #89
1 parent 77562e1 commit 65b4d6d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.vscode/settings.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
"dont",
3232
"fget",
3333
"fname",
34+
"gitlab",
3435
"inmem",
3536
"jupyter",
3637
"jupyterlab",

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ Each data type comes in a pair - an `async` version and a synchronous version.
208208

209209
## Development
210210

211-
For any changes please feel free to submit pull requests!
211+
For any changes please feel free to submit pull requests! We are using the `gitlab` workflow: the `master` branch represents the latests updates that pass all tests working towards the next version of the software. Any PR's should be based off the most recent version of `master` if they are for new features. All releases are tagged. If bug fixes need to be applied to an existing release, check out the tag for that release and base your PR off that. When ready to submit, let us know and we will create a branch for that release with the same name.
212212

213213
To do development please setup your environment with the following steps:
214214

0 commit comments

Comments
 (0)