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

Multiple Issue Templates and Updated .editorconfig #5

Merged
merged 3 commits into from
Jun 23, 2021

Conversation

xanjohns
Copy link
Contributor

@xanjohns xanjohns commented Jun 22, 2021

Added two Issue templates and a some changes to the .editorconfig file.

Description

Split the default Issue template into two separate templates in the .github/ISSUE_TEMPLATE dir, one for bugs and one for new features. Both will apply the default labels of "bug" or "enhancement", respectively, on creation. These new templates will be brought up in a GUI when opening a new issue.

The editorconfig file was adjusted to include all necessary file types and ignore files in the third_party dir, as requested in Issue 50. I also removed some unnecessary comments.

How Has This Been Tested?

I have tested both the Issue templates and .editorconfig file changes by creating a separate repository and test files to make sure the changes were properly reflected.

Screenshots (if appropriate):

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.
  • All new and existing tests passed.

@ryancj14 ryancj14 merged commit 180e3c7 into ryancj14:main Jun 23, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants