]> git.r.bdr.sh - rbdr/lyricli/blame - CONTRIBUTING.md
Add mentions of CI to CONTRIBUTING
[rbdr/lyricli] / CONTRIBUTING.md
CommitLineData
e17e616e
BB
1# Contributing to Lyricli
2
3At this moment this is a really small project that I used to revive an
4old ruby project and learn swift, it probably has a lot of bad code that
5is not in "the swift way", it has no tests and can always be extended to
6support more sources.
7
8## The ~~Roadmap~~ ~~Streetmap~~ ~~Pathmap~~ Corridormap
9
10* Writing sources (They're used to automatically obtain artist and song
11 name from
12* Writing tests
13* Improving code to match idiomatic swift
14* Improving the documentation
15* Extending the lyrics engine to support different lyrics sources
16* Improving the build system
17
18## How to contribute
19
20Be nice, always, to others and yourself: use welcoming and inclusive language,
21be patient and respectful of others' opinions and experiences.
22
23Do not insult others, use sexualized language, publish others' personal
24information without their consent. Do not harass others.
25
26To report unacceptabe behavior, send an [e-mail][email]
27
28## Sending Pull Requests
29
30* Run [swiftlint][swiftlint] on the Source directory and make sure there are no errors
31* There should be no warnings on compilation
a489422b 32* [CI][ci] should be green
e17e616e
BB
33* Make the PRs according to [Git Flow][gitflow]: (features go to
34 develop, hotfixes go to master)
35
36[gitflow]: https://github.com/nvie/gitflow
37[swiftlint]: https://github.com/realm/SwiftLint
38[email]: mailto:ben@nsovocal.com
a489422b 39[ci]: https://travis-ci.org/lyricli-app/lyricli