Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
09025fd976 | ||
|
|
a97de70b65 | ||
|
|
1d75357a18 | ||
|
|
3c78a1cbf0 | ||
|
|
3158d024df | ||
|
|
62295d0851 | ||
|
|
34f7dad25d | ||
|
|
e8101bbb3b | ||
|
|
3f9eaf969d |
15
.github/ISSUE_TEMPLATE.md
vendored
15
.github/ISSUE_TEMPLATE.md
vendored
@@ -1,11 +1,14 @@
|
|||||||
## Overview
|
## Overview
|
||||||
<!-- Required. Describe, in detail, the behavior experienced and what is desired. -->
|
<!-- Required. Describe, briefly, the behavior experienced. -->
|
||||||
|
|
||||||
## Steps to Recreate
|
|
||||||
<!-- Optional. List exact steps (numbered list) to reproduce errant behavior. Delete if unused. -->
|
|
||||||
|
|
||||||
## Screenshots/Screencasts
|
## Screenshots/Screencasts
|
||||||
<!-- Optional. Attach screenshot/screencast(s) that demo the behavior. Delete if unused. -->
|
<!-- Optional. Attach screenshot(s) and/or screencast(s) that demo the behavior. -->
|
||||||
|
|
||||||
|
## Steps to Recreate
|
||||||
|
<!-- Required. List exact steps (numbered list) to reproduce errant behavior. -->
|
||||||
|
|
||||||
|
## Desired Behavior
|
||||||
|
<!-- Required. Describe the behavior you'd like to see or your idea of a proposed solution. -->
|
||||||
|
|
||||||
## Environment
|
## Environment
|
||||||
<!-- Optional. What is your operating system, software version(s), etc. Delete if unused. -->
|
<!-- Required. What is your operating system, software version(s), etc. -->
|
||||||
|
|||||||
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
16
.github/PULL_REQUEST_TEMPLATE.md
vendored
@@ -1,11 +1,11 @@
|
|||||||
## Overview
|
## Overview
|
||||||
<!-- Required. Why is this important/necessary? -->
|
<!-- Required. Why is this important/necessary and what is the overarching architecture. -->
|
||||||
|
|
||||||
## Details
|
|
||||||
<!-- Optional. List the key features/highlights as bullet points. Delete if unused. -->
|
|
||||||
|
|
||||||
## Notes
|
|
||||||
<!-- Optional. List additional notes/references as bullet points. Delete if unused. -->
|
|
||||||
|
|
||||||
## Screenshots/Screencasts
|
## Screenshots/Screencasts
|
||||||
<!-- Optional. Provide supporting image/video. Delete if unused. -->
|
<!-- Optional. Provide supporting image/video. -->
|
||||||
|
|
||||||
|
## Details
|
||||||
|
<!-- Optional. List the key features/highlights as bullet points. -->
|
||||||
|
|
||||||
|
## Notes
|
||||||
|
<!-- Optional. List additional notes/references as bullet points. -->
|
||||||
|
|||||||
27
CHANGES.adoc
27
CHANGES.adoc
@@ -1,15 +1,26 @@
|
|||||||
= Changes
|
= Changes
|
||||||
|
|
||||||
|
== 8.2.0 (2020-07-22)
|
||||||
|
|
||||||
|
* Fixed project requirements
|
||||||
|
* Fixed screencast image URL
|
||||||
|
* Updated GitHub templates
|
||||||
|
* Updated README credit URL
|
||||||
|
* Updated README screencast URL
|
||||||
|
* Updated README screencast cover to SVG format
|
||||||
|
* Updated to Git Lint 1.0.0
|
||||||
|
* Refactored Rakefile requirements
|
||||||
|
|
||||||
== 8.1.0 (2020-04-01)
|
== 8.1.0 (2020-04-01)
|
||||||
|
|
||||||
- Added README production and development setup instructions
|
* Added README production and development setup instructions
|
||||||
- Updated Circle CI build label
|
* Updated Circle CI build label
|
||||||
- Updated README screencast to use larger image
|
* Updated README screencast to use larger image
|
||||||
- Updated documentation to ASCII Doc format
|
* Updated documentation to ASCII Doc format
|
||||||
- Updated to Code of Conduct 2.0.0
|
* Updated to Code of Conduct 2.0.0
|
||||||
- Updated to Git Cop 4.0.0
|
* Updated to Git Cop 4.0.0
|
||||||
- Updated to Ruby 2.7.1
|
* Updated to Ruby 2.7.1
|
||||||
- Removed README images
|
* Removed README images
|
||||||
|
|
||||||
== 8.0.1 (2020-01-01)
|
== 8.0.1 (2020-01-01)
|
||||||
|
|
||||||
|
|||||||
2
Gemfile
2
Gemfile
@@ -3,4 +3,4 @@
|
|||||||
source "https://rubygems.org"
|
source "https://rubygems.org"
|
||||||
|
|
||||||
gem "rake", "~> 13.0"
|
gem "rake", "~> 13.0"
|
||||||
gem "git-cop", "~> 4.0"
|
gem "git-lint", "~> 1.0"
|
||||||
|
|||||||
12
README.adoc
12
README.adoc
@@ -41,13 +41,13 @@ toc::[]
|
|||||||
|
|
||||||
== Screencast
|
== Screencast
|
||||||
|
|
||||||
[link=https://www.alchemists.io/screencasts/mac_o_s.html]
|
[link=https://www.alchemists.io/screencasts/mac_os]
|
||||||
image::https://www.alchemists.io/images/screencasts/mac_o_s/cover-original.png[Screencast,role=focal_point]
|
image::https://www.alchemists.io/images/screencasts/mac_os/cover.svg[Screencast,600,240,role=focal_point]
|
||||||
|
|
||||||
== Requirements
|
== Requirements
|
||||||
|
|
||||||
. https://www.apple.com/macos/catalina[macOS Catalina] (with latest software updates applied)
|
. link:https://www.apple.com/macos/catalina[macOS]
|
||||||
. https://developer.apple.com/xcode[Xcode] (with accepted license agreement)
|
. link:https://developer.apple.com/xcode[Xcode]
|
||||||
|
|
||||||
== Setup
|
== Setup
|
||||||
|
|
||||||
@@ -59,7 +59,7 @@ To install, run:
|
|||||||
----
|
----
|
||||||
git clone https://github.com/bkuhlmann/mac_os.git
|
git clone https://github.com/bkuhlmann/mac_os.git
|
||||||
cd mac_os
|
cd mac_os
|
||||||
git checkout 8.1.0
|
git checkout 8.2.0
|
||||||
----
|
----
|
||||||
|
|
||||||
=== Development
|
=== Development
|
||||||
@@ -248,4 +248,4 @@ Read link:CHANGES.adoc[CHANGES] for details.
|
|||||||
|
|
||||||
== Credits
|
== Credits
|
||||||
|
|
||||||
Engineered by link:https://www.alchemists.io/team/brooke_kuhlmann.html[Brooke Kuhlmann].
|
Engineered by link:https://www.alchemists.io/team/brooke_kuhlmann[Brooke Kuhlmann].
|
||||||
|
|||||||
Reference in New Issue
Block a user