-
Notifications
You must be signed in to change notification settings - Fork 3.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
- Loading branch information
1 parent
d3a3688
commit b2f63c2
Showing
10 changed files
with
80 additions
and
144 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,9 @@ | ||
<!-- Before opening a new issue, please check that no existing issue covers the same topic | ||
<!-- | ||
Before opening a new issue, please check that no existing issue covers the same topic. | ||
Our contributing guidelines (link given above) contain some templates to be used when posting a new issue. | ||
We encourage you to use them as appropriate. | ||
Use the following templates for opening issues, where applicable: | ||
1. For bug reports: https://github.com/TEAMMATES/teammates/blob/master/.github/template-bugReport.md | ||
2. For feature/enhancement requests: https://github.com/TEAMMATES/teammates/blob/master/.github/template-featureRequest.md | ||
3. For new contributor introduction: https://github.com/TEAMMATES/teammates/blob/master/.github/template-contributorIntro.md | ||
4. For help requests: https://github.com/TEAMMATES/teammates/blob/master/.github/template-helpRequest.md | ||
--> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,18 @@ | ||
**Issue Title:** Bug: [brief description of bug] | ||
|
||
Copy-and-paste the following template to the issue tracker and fill it in with relevant details: | ||
```markdown | ||
**Environment** | ||
<!-- The environment in which you encountered the bug, e.g. live server at `V5.93`, `master` branch at commit 1234567. --> | ||
|
||
|
||
**Steps to reproduce** | ||
|
||
|
||
|
||
**Expected behaviour** | ||
|
||
|
||
|
||
**Actual behaviour** | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
**Issue Title:** New Contributor Self-Intro: [your real name] | ||
|
||
Copy-and-paste the following template to the issue tracker and fill it in with relevant details: | ||
```markdown | ||
- **Link to my app:** e.g. https://teammates-username.appspot.com | ||
- **Link to my fork:** e.g. https://github.com/username/teammates | ||
|
||
**Screenshot of changes made (as seen on the UI)** | ||
|
||
|
||
|
||
**Short self-introduction** | ||
<!-- Tell us more about yourself, e.g. your real name, your education background, why you want to contribute to TEAMMATES, etc. --> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
**Issue Title:** Feature: [your request in a line] OR Enhancement: [your suggestion in a line] | ||
|
||
Copy-and-paste the following template to the issue tracker and fill it in with relevant details: | ||
```markdown | ||
**Description of feature/enhancement** | ||
|
||
|
||
|
||
**Justification** | ||
<!-- Explain who will benefit (instructors, students, developers, etc.) and in what way. --> | ||
|
||
|
||
|
||
**Existing similar features and their shortcomings** | ||
<!-- Explain why existing similar features fall short of your expectation. --> | ||
<!-- This section can be skipped if there are no existing similar features. --> | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
**Issue Title:** Help Request: [summary of your problem] | ||
|
||
Copy-and-paste the following template to the issue tracker and fill it in with relevant details: | ||
```markdown | ||
- **Operating System:** | ||
- **JDK Version:** | ||
- **Eclipse Version:** | ||
- **Firefox / Chrome Version (where applicable):** | ||
|
||
**What I was trying to do / What I need help with** | ||
<!-- e.g. if you were setting up the project, tell us the step in the setting up guide at which you are stuck. --> | ||
<!-- e.g. if you were resolving test failures, tell us which tests are failing. --> | ||
<!-- Include information such as screenshots, error stack traces, or console messages to help us troubleshoot. --> | ||
|
||
|
||
|
||
**Attempts to resolve the problem** | ||
<!-- Tell us the steps you have taken to try to (unsuccessfully) resolve the problem and the outcomes. --> | ||
``` |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.