Skip to content

Commit

Permalink
Initial setup
Browse files Browse the repository at this point in the history
  • Loading branch information
ericwbailey committed Oct 10, 2016
1 parent 7e102b4 commit b5089de
Show file tree
Hide file tree
Showing 22 changed files with 195 additions and 51 deletions.
2 changes: 1 addition & 1 deletion AUTHORS
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$$projectAuthor <$$projectEmail>
Eric Bailey <eric.w.bailey@gmail.com>
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,11 @@ This project adheres to [Semantic Versioning](http://semver.org/) and tries to f

- What you have planned

## [v0.3.0](https://github.com/$$githubAuthor/$$githubTitle/compare/v0.1.0...v0.2.0) - Unreleased
## [v0.3.0](https://github.com/ericwbailey/ericbailey.design/compare/v0.1.0...v0.2.0) - Unreleased

- What you're working on

## [v0.2.0](https://github.com/$$githubAuthor/$$githubTitle/compare/v0.1.0...v0.2.0) - yyyy-mm-dd
## [v0.2.0](https://github.com/ericwbailey/ericbailey.design/compare/v0.1.0...v0.2.0) - yyyy-mm-dd

- Update 1
- Update 2
Expand Down
2 changes: 1 addition & 1 deletion CNAME
Original file line number Diff line number Diff line change
@@ -1 +1 @@
$$projectURL
ericbailey.design
20 changes: 10 additions & 10 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
- [GitMagic](#gitmagic)
- [Submitting Issues](#submitting-issues)
- [Pull and Feature Requests](#pull-and-feature-requests)
1. [Submitting Pull Requests](#submitting-pull-requests)
- [Submitting Feature Requests](#submitting-feature-requests)
1. [Submitting Pull Requests](#submitting-pull-requests)
- [Submitting Feature Requests](#submitting-feature-requests)

Thanks for getting involved! Please take a moment to review this document in order to make the contribution process easy and effective for everyone involved.

Expand All @@ -20,10 +20,10 @@ Following these guidelines helps to communicate that you respect the time of the
## Before you get started

### Code of Conduct
This project adheres to the [Contributor Covenant code of conduct](http://contributor-covenant.org/version/1/4/). By participating, you are expected to uphold this code. Please report unacceptable behavior to [the project authors](https://github.com/$$githubAuthor/$$githubTitle/blob/master/AUTHORS).
This project adheres to the [Contributor Covenant code of conduct](http://contributor-covenant.org/version/1/4/). By participating, you are expected to uphold this code. Please report unacceptable behavior to [the project authors](https://github.com/ericwbailey/ericbailey.design/blob/master/AUTHORS).

### Terms of Use
By submitting code or a feature request, you agree to allow the project owners to license your work under the terms of the [project license](https://github.com/$$githubAuthor/$$githubTitle/blob/master/LICENSE).
By submitting code or a feature request, you agree to allow the project owners to license your work under the terms of the [project license](https://github.com/ericwbailey/ericbailey.design/blob/master/LICENSE.md).

### Labeling
This project uses labels to help organize and prioritize contributions. The labels are broken into three main types: **Type**, **Status**, and **Priority**.
Expand All @@ -33,17 +33,17 @@ When submitting a Bug Report, Pull Request, or Feature Request, please select an
Labels will be updated throughout the submission process to reflect the submission's overall status. For more information, please refer to [this article](https://medium.com/@dave_lunny/sane-github-labels-c5d2e6004b63#.fh462xzfj).

### Templates
This project uses templates for Issue and Pull Requests. Following the provided template helps the project maintainers have all the right details up front, which makes addressing feedback easier.
This project uses templates for Issue and Pull Requests. Following the provided template helps the project maintainers have all the right details up front, which makes addressing feedback easier.

### GitMagic
$$githubTitle repo uses [GitMagic](https://gitmagic.io/) to help ensure that contributions are consistently formatted in a way that's easy to work with. The rules can be seen here:
https://github.com/$$githubAuthor/$$githubTitle/blob/master/contributing.json
ericbailey.design repo uses [GitMagic](https://gitmagic.io/) to help ensure that contributions are consistently formatted in a way that's easy to work with. The rules can be seen here:
https://github.com/ericwbailey/ericbailey.design/blob/master/contributing.json


## Submitting Issues
*An Issue is a demonstrable problem that is caused by the code in the repository.*

First, use the [GitHub Issue search](https://github.com/$$githubAuthor/$$githubTitle/issues) to check if the issue has already been reported—then, check if the issue has been fixed. Try to reproduce it using the latest [master branch](https://github.com/$$githubAuthor/$$githubTitle) in the repository. Next, isolate the problem—ideally [create a reduced test case](https://css-tricks.com/reduced-test-cases/) and a live example.
First, use the [GitHub Issue search](https://github.com/ericwbailey/ericbailey.design/issues) to check if the issue has already been reported—then, check if the issue has been fixed. Try to reproduce it using the latest [master branch](https://github.com/ericwbailey/ericbailey.design) in the repository. Next, isolate the problem—ideally [create a reduced test case](https://css-tricks.com/reduced-test-cases/) and a live example.

A good Issue report shouldn't leave others needing to chase you up for more information. Please try to be as detailed as possible in your report. What is your environment? What steps will reproduce the issue? What browser(s) and OS versions experience the problem? What would you expect to be the outcome? Any guesses to a possible solution? All these details will help people to fix any potential bugs.

Expand All @@ -54,7 +54,7 @@ A good Issue report shouldn't leave others needing to chase you up for more info

Good Pull Requests, patches, improvements, new features, etc. are a fantastic help. They should remain focused in scope and avoid containing unrelated commits.

When submitting a Pull Request, first use the [GitHub Pull Request search](https://github.com/$$githubAuthor/$$githubTitle/pulls) to check if the request has already been submitted.
When submitting a Pull Request, first use the [GitHub Pull Request search](https://github.com/ericwbailey/ericbailey.design/pulls) to check if the request has already been submitted.

If it hasn't, please ask first before embarking on any significant Pull Request (e.g. implementing features, refactoring code, porting to a different language), otherwise you risk spending a lot of time working on something that the project's developers might not want to merge into the project.

Expand All @@ -68,4 +68,4 @@ Feature Requests are welcome. It's up to you to make a strong case to convince t

Before submitting, take a moment to find out whether your idea fits with the scope and aims of the project. Use the GitHub Issue and Pull Request searches to see if there is something similar to your propose feature being worked on already.

Use the [GitHub Issues page](https://github.com/$$githubAuthor/$$githubTitle/issues) to submit your Feature Request. Please provide as much detail and context in your request as possible.
Use the [GitHub Issues page](https://github.com/ericwbailey/ericbailey.design/issues) to submit your Feature Request. Please provide as much detail and context in your request as possible.
2 changes: 0 additions & 2 deletions LICENSE

This file was deleted.

Loading

0 comments on commit b5089de

Please sign in to comment.