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
|
||||
<!-- Required. Describe, in detail, the behavior experienced and what is desired. -->
|
||||
|
||||
## Steps to Recreate
|
||||
<!-- Optional. List exact steps (numbered list) to reproduce errant behavior. Delete if unused. -->
|
||||
<!-- Required. Describe, briefly, the behavior experienced. -->
|
||||
|
||||
## 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
|
||||
<!-- 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
|
||||
<!-- Required. Why is this important/necessary? -->
|
||||
|
||||
## 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. -->
|
||||
<!-- Required. Why is this important/necessary and what is the overarching architecture. -->
|
||||
|
||||
## 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
|
||||
|
||||
== 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)
|
||||
|
||||
- Added README production and development setup instructions
|
||||
- Updated Circle CI build label
|
||||
- Updated README screencast to use larger image
|
||||
- Updated documentation to ASCII Doc format
|
||||
- Updated to Code of Conduct 2.0.0
|
||||
- Updated to Git Cop 4.0.0
|
||||
- Updated to Ruby 2.7.1
|
||||
- Removed README images
|
||||
* Added README production and development setup instructions
|
||||
* Updated Circle CI build label
|
||||
* Updated README screencast to use larger image
|
||||
* Updated documentation to ASCII Doc format
|
||||
* Updated to Code of Conduct 2.0.0
|
||||
* Updated to Git Cop 4.0.0
|
||||
* Updated to Ruby 2.7.1
|
||||
* Removed README images
|
||||
|
||||
== 8.0.1 (2020-01-01)
|
||||
|
||||
|
||||
2
Gemfile
2
Gemfile
@@ -3,4 +3,4 @@
|
||||
source "https://rubygems.org"
|
||||
|
||||
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
|
||||
|
||||
[link=https://www.alchemists.io/screencasts/mac_o_s.html]
|
||||
image::https://www.alchemists.io/images/screencasts/mac_o_s/cover-original.png[Screencast,role=focal_point]
|
||||
[link=https://www.alchemists.io/screencasts/mac_os]
|
||||
image::https://www.alchemists.io/images/screencasts/mac_os/cover.svg[Screencast,600,240,role=focal_point]
|
||||
|
||||
== Requirements
|
||||
|
||||
. https://www.apple.com/macos/catalina[macOS Catalina] (with latest software updates applied)
|
||||
. https://developer.apple.com/xcode[Xcode] (with accepted license agreement)
|
||||
. link:https://www.apple.com/macos/catalina[macOS]
|
||||
. link:https://developer.apple.com/xcode[Xcode]
|
||||
|
||||
== Setup
|
||||
|
||||
@@ -59,7 +59,7 @@ To install, run:
|
||||
----
|
||||
git clone https://github.com/bkuhlmann/mac_os.git
|
||||
cd mac_os
|
||||
git checkout 8.1.0
|
||||
git checkout 8.2.0
|
||||
----
|
||||
|
||||
=== Development
|
||||
@@ -248,4 +248,4 @@ Read link:CHANGES.adoc[CHANGES] for details.
|
||||
|
||||
== 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