Skip to content

Latest commit

 

History

History
18 lines (10 loc) · 645 Bytes

CONTRIBUTING.md

File metadata and controls

18 lines (10 loc) · 645 Bytes

Contributing to taskgo

🎉 Thanks a lot for spending your valuable time to contribute!

Code of Conduct

This project and everyone participating in it is governed by the taskgo Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

Styleguides

Git Commit Messages

- Use the present tense ("Add feature" not "Added feature")
- Use the imperative mood ("Move cursor to..." not "Moves cursor to...")

Go Styleguides

Make sure that you do a gofmt on the project before doing a commit.