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

fixed camel case headers and emoji error in an issue template #65

Merged
merged 3 commits into from
May 26, 2020
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/bug-report---.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Bug report \ "
name: "Bug report \U0001F41B"
about: 'Report a bug or defect!'
title: This is a bug please fix!
labels: bug
Expand All @@ -15,7 +15,7 @@ assignees: ''
### Description
A clear and concise description of what the bug is.

### Step To Reproduce
### Steps to reproduce
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
Expand Down
2 changes: 1 addition & 1 deletion .github/ISSUE_TEMPLATE/documentation-issue.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Documentation Issue \U0001F589"
name: "Documentation issue \U0001F4DC"
about: Report a documentation issue!
title: This is a documentation problem!
labels: documentation
Expand Down
4 changes: 2 additions & 2 deletions .github/ISSUE_TEMPLATE/documentation-request.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
---
name: "Documentation Request \U0001F4DA"
name: "Documentation request \U0001F4DA"
about: Report a documentation addition!
title: This is a request for new documentation!
labels: documentation
Expand All @@ -26,7 +26,7 @@ New Relic has additional documentation found at:
What problem(s) did you run into that caused you to request additional documentation?
What questions do you think we should answer? What, if any, existing documentation relates to this new documentation?

### What type of Documentation change are you suggesting?
### What type of documentation change are you suggesting?

Is this a New Relic educational guide or technical specifications of the New Relic One platform?

Expand Down
8 changes: 4 additions & 4 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ guidelines below.

# Getting started

## Quick Edits
## Quick edits

If you see a minor problem in our documentation that you want to quickly fix,
you can use the Github `Edit This File` button to submit a change.
Expand All @@ -30,7 +30,7 @@ To be able to [Clone](https://help.github.com/en/github/creating-cloning-and-arc

As a non New Relic Employee you can [Fork](https://help.github.com/en/github/getting-started-with-github/fork-a-repo) the repository and contribute as needed.

## Submitting a PR from a Forked Repo
## Submitting a PR from a forked repo

0. Create a [Github](https://github.com/) account if you don't already have one.
1. `Fork` this this repository.
Expand All @@ -40,7 +40,7 @@ As a non New Relic Employee you can [Fork](https://help.github.com/en/github/get
4. If/when your `PR` is accepted, the automation in this project will build the site and deploy a new version of the code to `developer.newrelic.com`.
5. And you are done!

## Submitting a PR from a Cloned Repo
## Submitting a PR from a cloned repo

0. Create a [Github](https://github.com/) account if you don't already have one.
1. `Clone` this this repository.
Expand Down Expand Up @@ -110,6 +110,6 @@ When making educational guide contributions please follow these guidelines.
2. The Developer Experience Team will review the request to delete an existing guide.
3. If the deletion is approved, The Developer Experience Team will delete the guide.

## Updating Navigation
## Updating navigation

@TODO Need to add how to update navigation when adding new content.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# developer.newrelic.com

## 🚀 Local Development
## 🚀 Local development

Navigate into your new site’s directory and start it up.

Expand All @@ -12,7 +12,7 @@ npm start

Your site is now running at `http://localhost:8000`!

## 📝 Unit Tests
## 📝 Unit tests

To run the unit tests, run `npm test` in the terminal. If you would like to
have the tests automatically re-run, use `npm run test:watch`.
Expand All @@ -31,11 +31,11 @@ We welcome contributions to the New Relic Developer Site. Please review our
[Contributors Guide](CONTRIBUTING.md) prior to submitting any code.


## 🚦Code of Conduct
## 🚦Code of conduct

Please review and agree to our [Code of Conduct](CODE_OF_CONDUCT.md) prior to submitting any code.

## 🐛 Issues / Enhancement Requests
## 🐛 Issues / enhancement requests

Please submit any issues or enhancement requests using one of our
[Issue Templates](https://github.com/newrelic/developer-website/issues/new/choose).
Expand Down