LucaCiucci / gnuplotpp

A simple C++ Gnuplot interface
https://www.lucaciucci99.com/projects/gnuplotpp/
MIT License
1 stars 0 forks source link

Good first issue #1

Open LucaCiucci opened 3 years ago

LucaCiucci commented 3 years ago

TODO

Aaryanpal commented 3 years ago

Hi @LucaCiucci , I would like to work on this issue. What requirements should my pull request satisfy?

LucaCiucci commented 3 years ago

Hi @Aaryanpal, I'm sorry, I have very little time to work on this project and I have not written any contributing guidelines or any similar, yet.

The project is a little messed at the moment, I will try to tidy it a lille and add more functionalities.

So, for the moment there are no requiremets for pull requests, please try to maintain a reasonable code quality, don't insert temporary files and, if you add files, add the following lines at the begginning of each code file (if possible):

/* LC_NOTICE_BEGIN
LC_NOTICE_END */

I have a script that inserts the copyright notice, I will upload it in the future.
The current copyright notice is in the docs/ folder in a file named notice.header, I will rewrite it in the future, I'm open to suggestions.

There is also a CMakeSettings.txt, you can ingore it for now, I will delete it or change it to a more generic ore.