Skip to content

Commit 8da9ebd

Browse files
author
Daniele Pallastrelli
committed
Add text files
1 parent 615812c commit 8da9ebd

3 files changed

Lines changed: 62 additions & 0 deletions

File tree

CHANGELOG.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# Changelog
2+
3+
Current Version: 1.0-alpha
4+
5+
## [Unreleased]
6+
7+
- Fix Clang 3.6 - 7.0 undefined reference bug
8+
- Fix infinite loop on EoF
9+
- Fix issue #27 (odd history behaviour): the history now works like in bash
10+
- Add doxygen basic configuration
11+
- Add session recordings in README file
12+
- Add CHANGELOG.md, CODE_OF_CONDUCT.md, CONTRIBUTING.md files

CODE_OF_CONDUCT.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
# Code of Conduct
2+
3+
* Be respectful of others
4+
5+
* Please use professional conduct
6+
7+
* Treat others the way you want to be treated
8+
9+
Thank you!

CONTRIBUTING.md

Lines changed: 41 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,41 @@
1+
# Contributing to cli
2+
3+
Thank you for taking the time to read this document!
4+
5+
:heart_eyes: **please star the cli repository!** :heart_eyes:
6+
7+
First make sure you're on the
8+
[official repository page](https://github.com/daniele77/cli/blob/master/CONTRIBUTING.md),
9+
then just press the button labeled "star" in the top right of the page
10+
to give cli a star! Your stars create generate additional visibility,
11+
which leads to more users, more bug reports, more fixes, more testing,
12+
more features, and a better product!
13+
14+
## Ways to Contribute
15+
16+
No contribution to cli is too big or too small! We are
17+
always happy to see user participation in all of its forms.
18+
Here are some of the ways that you can contribute (this is
19+
by no means an exhaustive list):
20+
21+
* Submit a
22+
[bug report](https://github.com/daniele77/cli/issues).
23+
We love hearing about broken things, so
24+
that we can fix them. Any problem is fair game, this includes
25+
the documentation examples, tests, and repository as well as the
26+
library itself. Bug reports should be opened on the
27+
[Issues](https://github.com/daniele77/cli/issues) page.
28+
29+
* Provide
30+
[feedback](https://github.com/daniele77/cli/issues).
31+
about the library. If you have used, are using,
32+
or are thinking about using the library we want to hear about it!
33+
The more information you provide, the better we will be able
34+
to ensure that cli meets your needs. You can provide feedback
35+
as an issue, or email the author directly.
36+
37+
* Test cli.
38+
39+
* Use cli in your next application! At the end of the day, it is the
40+
goal of the library to provide utility to users so the best way you
41+
can contribute is simply to use the library!

0 commit comments

Comments
 (0)