Commit ac7cc869 authored by Carol Willing's avatar Carol Willing
Browse files

Merge pull request #175 from r-gaia-cs/template-add-new-labels

Add labels for issues and PRs
parents ae8b7490 788bf670
Loading
Loading
Loading
Loading
+8 −11
Original line number Diff line number Diff line
@@ -25,17 +25,14 @@

*   *What do the [labels](https://github.com/swcarpentry/lesson-template/issues?q=is%3Aopen+is%3Aissue) mean?*

    *   `bug`: something is wrong in our tools or documentation
    *   `defer`: marks an issue that we will work on, but not now
    *   `discussion`: marks issues used for conversations about specific problems and questions
    *   `duplicate`: marks an issue that was closed as redundant (include the number of the original issue in the closing comment)
    *   `enhancement`: asks for, or adds, a new feature or new information
    *   `filed-by-newcomer`: issue or pull request was filed by someone who is relatively new to GitHub and/or this project,
        and would appreciate guidance as well as feedback
    *   `getting-started`: issue or pull request is suitable for someone new to GitHub and/or this project
    *   `help-wanted`: a question or request for assistance
    *   `left-as-was`: marks an issue closed because the item in question will be left as it was
    *   `suitable-for-newcomer`: issue or pull request is a good starting point for someone who is relatively new to GitHub and/or this project
    *   `bug`: something that is wrong
    *   `build`: changes to `Makefile`, the validator, or lesson creation process
    *   `defer`: we will work on, but not now
    *   `discussion`: for conversations about specific problems and questions
    *   `documentation`: information about how to use the lesson-template
    *   `enhancement`: asks for, or adds, a new feature, new information or reword old ones
    *   `newcomer-friendly`: issue or pull request is a good starting point for someone who is relatively new to GitHub and/or this project
    *   `upstream`: issue or pull request involving upstream repository, e.g. https://github.com/swcarpentry/lesson-template
    *   `work-in-progress`: a pull request that is not yet ready for review

*   *How can we create input cells for particular languages?*