briffy / PiscesQoLDashboard

This is a replacement dashboard for the Pisces Helium Miner
43 stars 25 forks source link

Trying to contribute with minor changes #12

Open joanmarcriera opened 2 years ago

joanmarcriera commented 2 years ago

Learning github for the first time.

silviokennecke commented 2 years ago

Hi @joanmarcriera, in this case, welcome to the world of open source projects 😊. Contributions are normally always welcome. In some projects you find a CONTRIBUTE.md file in the root (sometimes also found in the README), with instructions for contributors.

One thing you should always try to keep in mind when creating a pr, is what should go in the title and description of it. If the changes refer to a ticket, the pr should reference it as well. Also, the title should give a short overview, what the pr is about. The description should then state what was changed and why. This way other developers can understand what you’re trying to solve more easily. Your pr can then be reviewed, approved and merged much faster.

It would be great if you could update your pr according to that, so other developers directly understand what this pr is about in scope of features, fixes, refactoring, etc.