Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 1.9 KB

ISSUE_TEMPLATE.md

File metadata and controls

33 lines (21 loc) · 1.9 KB

How to Create an Issue

(Please delete this section before publishing your issue).

Issue Templates

Please find your appropriate issue and use its template. Thanks!

A Few Tips

  • To link to a page, use square brackets followed by parentheses. In the square brackets, include the the text of the hyperlink to show, and place the URL in the parenthesis. "[Math.java] (https://github.com/Kyle-P/Mathematics)." To make this an actual hyperlink, remove the space between the closing square bracket and the left parentheses.

Fixing a Bug

Please fix [error occuring] in the [filename].java program.

  • Description of the issue
  • How it can be fixed

Creating a New Program

Create a program to find [what is calculated]. The program should go under the [Subject] folder. Title the program [Math Concept].java.

Refer to [similar program] to find out how to prompt users for data and use it accordingly.

If you are a first time contributor, welcome! Please read through the basic guidlines as well as the contribution guidelines before getting started.

Real Example:

"Create a program to find the slope of a line given two points on the line. The program should go under the Algebra folder. Title the program SlopeOfALine.java.

Refer to the quadratic formula code to find out how to prompt users for data and use it accordingly."

If you are a first time contributor, welcome! Please read through the basic guidlines as well as the contribution guidelines before getting started.