bulletty 0.1.3

a pretty terminal feed (RSS+ATOM) reader that stores your data locally
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
---
title: Contributing
summary: How to contribute to bulletty
show_datetime: false
---

# Contributing

We use [GitHub Issues](https://github.com/CrociDB/bulletty/issues) to discuss the tasks that need to be done for the project.

## Guidelines

1. Make sure to use `cargo fmt` before comitting anything
2. Write code without compiler warnings
3. On your PR, explain exactly what your code is doing and, even more importantly, why.
4. Write tests for components that are testable (library managing, feed logic, filesystem, etc)