Skip to content

Commit

Permalink
docs: add contribution guide to README.md (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
DonIsaac authored Nov 4, 2024
1 parent 529bcb1 commit 02b501f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
4 changes: 4 additions & 0 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Contributing

Thanks for your interest in contributing to ZLint! This document outlines how to
set up your development environment and contribution guidelines.

## Setup

You'll obviously need to have [Zig](https://ziglang.org/) installed. Right now
Expand Down Expand Up @@ -44,6 +47,7 @@ brew install entr
```

## Building, Testing, etc.

Run `just` (with no arguments) to see a full list of available tasks.

## Conventions
Expand Down
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,11 @@
An opinionated linter for the Zig programming language.

This project is still very much under construction.

## Contributing

If you have any rule ideas, please add them to the [rule ideas
board](https://github.com/DonIsaac/zlint/issues/3).

Interested in contributing code? Check out the [contributing
guide](CONTRIBUTING.md).

0 comments on commit 02b501f

Please sign in to comment.