Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 467 Bytes

CONTRIBUTING.md

File metadata and controls

13 lines (11 loc) · 467 Bytes

Contributing

Pull requests are very welcome. Here's a quick guide on how to contribute:

  • Fork and clone the repo.
  • Set up your build environment in accordance to the instructions in DEVELOPING.md.
  • Make your changes.
  • Update man/man1/rman.1 and README.md in accordance to your changes.
  • Make sure rman(1) builds and runs as expected: make && src/rman.
  • Make sure make distcheck runs successfully.
  • Submit a pull request on GitHub.