View on GitHub

projectEulerGo

Project Euler Solutions in Go

Contributing to ProjectEulerGo

👍🎉 First off, thanks for taking the time to contribute! 🎉👍

The following is a set of guidelines for contributing to ProjectEulerGo, which is hosted in the james-flynn-ie profile on GitHub. These are mostly guidelines, not rules. Use your best judgment, and feel free to propose changes to this document in a pull request.

Code of Conduct

This project and everyone participating in it is governed by the Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to jamesflynnie.help@gmail.com.

How Can I Contribute?

You can start by running through the steps in the README.md file, and please feel free to open a Pull Request if there is anything that might need updating or clarification.

Bug Reports

Before opening a bug report, the best place to start might be the Closed Issues section where the problem may already be solved. There might also already be an issue in the Open Issues seciton, so that may be the next best place to check.

If you can’t find the issue already there, then feel free to open an issue and enter all of the information requested by the template. That will make it easier for us to reproduce and fix the problem. If you find a way to solve the problem, then please feel free to open a Pull Request and link it to the ticket.

To make things easier, you could also include details about your configuration and environment:

Suggesting Enhancements

We welcome suggestions for completely new approaches and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion :pencil: and find related suggestions :mag_right:.

When you are creating an enhancement suggestion, please fill in as many details in the Issue template as you can to make things easier for the maintainers. Many of the tips in the Bug Report section should help you complete a full report.

Pull Requests

The process described here has several goals:

Please follow these steps to have your contribution considered by the maintainers:

  1. Follow all instructions in the template
  2. After you submit your pull request, verify that all status checks are passing
  3. If a status check is failing, and you believe that the failure is unrelated to your change, please leave a comment on the pull request explaining why you believe the failure is unrelated. A maintainer will re-run the status check for you. If we conclude that the failure was a false positive, then we will open an issue to track that problem with our status check suite.

While the prerequisites above must be satisfied prior to having your pull request reviewed, the reviewer(s) may ask you to complete additional design work, tests, or other changes before your pull request can be ultimately accepted.