Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

issue and pull request templates added #801

Merged
merged 2 commits into from
Mar 25, 2019

Conversation

ImmortalRabbit
Copy link
Contributor

@ImmortalRabbit ImmortalRabbit commented Mar 20, 2019

Description

I did not decide to write templates by myself because I thought I am not that much experienced to write it. Therefore, I found understandable templates which have everything what issues and pull requests need to define.

Related Issue

#156

How Has This Been Tested?

I just look through pull requests that were made and decided to choose this template.

Types of changes

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)

Checklist:

  • My code follows the code style of this project.
  • My change requires a change to the documentation.
  • I have updated the documentation accordingly.
  • I have read the CONTRIBUTING document.
  • I have added tests to cover my changes.

@codecov
Copy link

codecov bot commented Mar 20, 2019

Codecov Report

Merging #801 into develop will not change coverage.
The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff            @@
##           develop     #801   +/-   ##
========================================
  Coverage    81.21%   81.21%           
========================================
  Files           66       66           
  Lines         5515     5515           
  Branches       759      759           
========================================
  Hits          4479     4479           
  Misses         838      838           
  Partials       198      198

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update b6fa991...199e088. Read the comment docs.

@ImmortalRabbit
Copy link
Contributor Author

ImmortalRabbit commented Mar 22, 2019

Could you give feedback for my pull request @wtgee ?

Copy link
Member

@wtgee wtgee left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks @ImmortalRabbit. TBH, I'm not entirely sure what we want either which is why we've never taken action on it. However I think this is a good starting point. Can you change the one small sentence and then I'll go ahead and merge. Cheers!

## Your Environment
<!--- Include as many relevant details about the environment you experienced the bug in -->
* Version used: python3.6+
* Environment name and version (e.g. PHP 5.4 on nginx 1.9.1):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's take out the PHP example as that is potentially confusing. Ideally they are using anaconda so write something like "Python 3.7.1 on conda 4.6.3"

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Let's take out the PHP example as that is potentially confusing. Ideally they are using anaconda so write something like "Python 3.7.1 on conda 4.6.3"
Could you check my fix? I have just changed "PHP 5.4 on nginx 1.9.1" to "Python 3.7.1 on conda 4.6.3"

@wtgee wtgee merged commit 6346562 into panoptes:develop Mar 25, 2019
@wtgee wtgee mentioned this pull request Apr 1, 2019
wtgee added a commit that referenced this pull request Apr 1, 2019
The Community health check was showing missing Issue Templates even after #801, so I went through the github wizard and added these. The wording is largely the same as #801 but also adds two types.
wtgee added a commit that referenced this pull request Apr 2, 2019
* Update issue templates

The Community health check was showing missing Issue Templates even after #801, so I went through the github wizard and added these. The wording is largely the same as #801 but also adds two types.

* Delete ISSUE_TEMPLATE.md

The github wizards wants to name this something different and adds its own. Text copied from here to there.
@wtgee wtgee added the GSoC Issue/PR related to the Google Summer of Code label Apr 7, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
GSoC Issue/PR related to the Google Summer of Code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants