Code Monkey home page Code Monkey logo

eagle-rock-cli's Introduction

Eagle Rock Command Line Utilities

Setup

Prerequisites

Configuration

Running Tests

Contribution Guidelines

If you have ideas for improving this project, I welcome both opening an issue on GitHub or even a PR with the suggested improvement. If you do open a PR, I ask that you conform to the following guidelines:

Coding Style---Go Projects

I ask that contributors consider the following:

  • conform to community accepted practice for variable names,
  • run gofmt -s on your code,
  • provide documentation comments on each exported interface, struct, struct member (unless it implements a function from an interface), and function (unexported interfaces, etc. are optional to document, but strongly encouraged), and
  • if any SQL DDL is written as a part of the change, please include table and column comments in the statements.

Workflow

For the most part, I use the Git Flow workflow. For your forks, obviously, it doesn't really matter what workflow you use, but I do ask that you:

  • sign your commits,
  • squash commits before opening a PR, and
  • keep changes as incremental as reasonably possible. I find it acceptable to implement features over the course of multiple PRs and I promise I won't get annoyed if you do that.

Commit Messages

The rules of conventional commit messages should be observed. Please keep the first line of the commit message down to 50 characters and insert hard line-breaks at 72 characters for the rest of the message body.

Since I ask that you squash commits before opening PRs, these rules can be relaxed on topic branches as long as the commit message is conformant before opening the PR.

Tags

  • fix—for bugfixes
  • feat—for any new functionality
  • BREAKING CHANGE—annotation in the commit message body for any changes that will affect backwards-compatability.
  • refactor—for reworked code that ends up being functionally the same
  • docs—for changes to docstrings, CHANGELOG.md, this README, etc.
  • chore—for changes to the repo that don't affect functional code or docs (i.e. Makefiles, Dockerfiles, etc.)

License

This project is made available under the MIT License. The text of which you can find in the LICENSE file of this repository or here.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.