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
+32-6Lines changed: 32 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -2,12 +2,21 @@
2
2
3
3
Bug reports and pull requests are welcome on GitLab at [https://gitlab.com/oauth-xx/oauth][🚎src-main]. This project is
4
4
intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to
5
-
the [code of conduct][conduct].
5
+
the [code of conduct][🚎code-conduct].
6
+
7
+
Everyone interacting in the OAuth::TTY project's codebases, issue trackers, chat
8
+
rooms and mailing lists is expected to follow the [code of conduct][🚎code-conduct].
6
9
7
10
To submit a patch, please fork the project and create a patch with
8
11
tests. Once you're happy with it send a pull request and post a message to the
9
12
[google group][mailinglist] or on the [gitter chat][🏘chat].
10
13
14
+
## Create a Patch
15
+
16
+
After checking out the repo, run `bin/setup` to install dependencies. Then, run `rake spec` to run the tests. You can also run `bin/console` for an interactive prompt that will allow you to experiment.
17
+
18
+
To install this gem onto your local machine, run `bundle exec rake install`.
4. run `bin/checksum` to create the missing SHA256 checksum
44
+
5. move the built gem back to `pkg/`
45
+
6. run `bundle exec rake release`, which will create a git tag for the version, push git commits and tags, and push the `.gem` file to [rubygems.org](https://rubygems.org).
46
+
47
+
NOTE: You will need to have a public key in `certs/`, and list your cert in the
0 commit comments