Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
New `bit.ly` links and a change to one of the target templates.

Co-Authored-By: Jason Rudolph <[email protected]>
  • Loading branch information
Arcanemagus and jasonrudolph authored Jun 14, 2019
1 parent 00e3aa8 commit 57f70e2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,7 @@ Include details about your configuration and environment:

This section guides you through submitting an enhancement suggestion for Atom, including completely new features and minor improvements to existing functionality. Following these guidelines helps maintainers and the community understand your suggestion :pencil: and find related suggestions :mag_right:.

Before creating enhancement suggestions, please check [this list](#before-submitting-an-enhancement-suggestion) as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please [include as many details as possible](#how-do-i-submit-a-good-enhancement-suggestion). Fill in [the template](https://github.com/atom/.github/blob/master/.github/ISSUE_TEMPLATE/bug_report.md), including the steps that you imagine you would take if the feature you're requesting existed.
Before creating enhancement suggestions, please check [this list](#before-submitting-an-enhancement-suggestion) as you might find out that you don't need to create one. When you are creating an enhancement suggestion, please [include as many details as possible](#how-do-i-submit-a-good-enhancement-suggestion). Fill in [the template](https://github.com/atom/.github/blob/master/.github/ISSUE_TEMPLATE/feature_request.md), including the steps that you imagine you would take if the feature you're requesting existed.

#### Before Submitting An Enhancement Suggestion

Expand Down
8 changes: 4 additions & 4 deletions PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
⚛👋 Hello there! Welcome. Please follow the steps below to tell us about your contribution.

1. Copy the correct template for your contribution
- 🐛 Are you fixing a bug? Copy the template from <https://bit.ly/atom-bugfix>
- 📈 Are you improving performance? Copy the template from <https://bit.ly/atom-perf>
- 📝 Are you updating documentation? Copy the template from <https://bit.ly/atom-docs>
- 💻 Are you changing functionality? Copy the template from <https://bit.ly/atom-behavior>
- 🐛 Are you fixing a bug? Copy the template from <https://bit.ly/atom-bugfix-pr>
- 📈 Are you improving performance? Copy the template from <https://bit.ly/atom-perf-pr>
- 📝 Are you updating documentation? Copy the template from <https://bit.ly/atom-docs-pr>
- 💻 Are you changing functionality? Copy the template from <https://bit.ly/atom-behavior-pr>
2. Replace this text with the contents of the template
3. Fill in all sections of the template
4. Click "Create pull request"

0 comments on commit 57f70e2

Please sign in to comment.