Browse Source

Remove “here”

Jason Grout 6 years ago
parent
commit
4d9719096e
2 changed files with 5 additions and 6 deletions
  1. 5 5
      .github/pull_request_template.md
  2. 0 1
      CONTRIBUTING.md

+ 5 - 5
.github/pull_request_template.md

@@ -7,20 +7,20 @@ https://github.com/jupyterlab/jupyterlab/blob/master/CONTRIBUTING.md
 
 ## References
 
-<!-- Note here issue numbers this pull request addresses (should be at least one, see contributing guidelines above). -->
+<!-- Note issue numbers this pull request addresses (should be at least one, see contributing guidelines above). -->
 
-<!-- Note here any other pull requests that address this issue and how this pull request is different. -->
+<!-- Note any other pull requests that address this issue and how this pull request is different. -->
 
 ## Code changes
 
-<!-- Describe here the code changes and how they address the issue. -->
+<!-- Describe the code changes and how they address the issue. -->
 
 ## User-facing changes
 
-<!-- Describe here any visual or user interaction changes and how they address the issue. -->
+<!-- Describe any visual or user interaction changes and how they address the issue. -->
 
 <!-- For visual changes, include before and after screenshots here. -->
 
 ## Backwards-incompatible changes
 
-<!-- Describe here any backwards-incompatible changes to JupyterLab public APIs. -->
+<!-- Describe any backwards-incompatible changes to JupyterLab public APIs. -->

+ 0 - 1
CONTRIBUTING.md

@@ -55,7 +55,6 @@ Users without the commit rights to the JupyterLab repository can tag issues with
 labels using the `@meeseeksdev` bot. For example: To apply the label `foo` and
 `bar baz` to an issue, comment `@meeseeksdev tag foo "bar baz"` on the issue.
 
-
 ## Setting Up a Development Environment
 
 You can launch a binder with the latest JupyterLab master to test something (this may take a few minutes to load): [![Binder](https://mybinder.org/badge_logo.svg)](https://mybinder.org/v2/gh/jupyterlab/jupyterlab/master?urlpath=lab-dev/)