File: CONTRIBUTING.md

package info (click to toggle)
ruby-bindex 0.8.1%2Bds-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 228 kB
  • sloc: ruby: 295; java: 193; ansic: 62; makefile: 4
file content (15 lines) | stat: -rw-r--r-- 563 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# Contributing

1. Fork it ( https://github.com/gsamokovarov/skiptrace/fork )
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request

## Etiquette

If you want to contribute code, which is not your own or is heavily inspired by
someone else's code, please give them a warm shoutout in the pull request (or
the commit message) and the code itself.

Of course, don't try to sneak in non MIT compatible code.