Skip to content

Latest commit

 

History

History
54 lines (40 loc) · 2.63 KB

CONTRIBUTING.md

File metadata and controls

54 lines (40 loc) · 2.63 KB

Contributing to BOINC

👍 First off, thank you for taking the time to contribute! It's people like you that make BOINC such a great tool. 👍

How Can I Contribute?

Get Connected

Want to connect with contributors?

Promote Volunteer Computing

Want to help promote volunteer computing and work on ways to attract new users? Join the #general channel on Discord

Help Translate

See: https://boinc.berkeley.edu/trac/wiki/TranslateIntro

Help Test

You can help new versions of the client.

Report Bugs

Did you find a bug? Make a Bug report.

  • Ensure the bug was not already reported by searching on GitHub under Issues.
  • If you're unable to find an open issue addressing the problem, open a new one.

Suggest Enhancements

Do you have a feature idea? Make a feature request.

  • Ensure the feature was not already requested by searching on GitHub under Issues.
  • If you're unable to find an open issue addressing the idea, open a new one.

Contribute Code

Do you want to fix a bug or implement a new feature? Read about how to implement a code contribution.

Styleguides

BOINC Coding Styles

See https://boinc.berkeley.edu/trac/wiki/CodingStyle

Git Commit Messages

  • Use the present tense ("Add feature" not "Added feature")
  • Use the imperative mood ("Move cursor to..." not "Moves cursor to...")

Thanks! ❤️

BOINC Team