Skip to content

Update on fork #2

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

Merged
merged 6 commits into from
Feb 13, 2021
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
9 changes: 3 additions & 6 deletions .github/PULL_REQUEST_TEMPLATE.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
<!--- Provide a general summary of your changes in the Title above -->

# Motivation and Context
<!--- Why is this change required? What problem does it solve? -->
<!--- If it fixes an open issue, please link to the issue here. -->

# Description

<!--- Describe your changes in detail -->

# License Assignment
Expand All @@ -21,8 +17,9 @@ This repository is copyright 2017-2020 Joseph Block under a [Attribution-NonComm
- [ ] Text updates

# Checklist:

<!--- Go over all the following points, and put an `x` in all the boxes that apply. -->
<!--- If you're unsure about any of these, don't hesitate to ask in a comment -->
<!--- If you're unsure about any of these, don't hesitate to ask in a comment on the PR -->

- [ ] All new and existing tests pass.
- [ ] List entries are sorted alphabetically.
Expand Down
16 changes: 9 additions & 7 deletions Contributing.md
Original file line number Diff line number Diff line change
@@ -1,25 +1,27 @@
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
**Table of Contents** *generated with [DocToc](https://github.com/thlorenz/doctoc)*
## Table of Contents

- [Contribution Guidelines](#contribution-guidelines)
- [Commits](#commits)
- [Remember](#remember)

<!-- END doctoc generated TOC please keep comment here to allow auto update -->

# Contribution Guidelines

## Commits
Contributions to this repository are covered by the [Attribution-NonCommercial-ShareAlike 4.0 International](#attribution-noncommercial-sharealike-40-international) license.
## Remember

* Search previous suggestions before making a new one.
* Free resources are preferred to paid ones.
* Please use the following format: `[RESOURCE](LINK) - DESCRIPTION.`
* Try to keep descriptions short (<80 characters).
* Please use the following format: `[RESOURCE](URL) - DESCRIPTION.`
* Try to keep descriptions short (<132 characters).
* End descriptions with a period.
* Make an individual commit for each category.
* Order links and projects alphabetically within a category.
* Put only stuff on the list you can personally recommend.
* Use imperative (e.g. add instead of added/adding) in your commit descriptions.
* Include hyperlinks to resources where possible. (e.g. add link to O'Reilly's page for an O'Reilly book)
* Links should
* Include hyperlinks to resources where possible. (e.g. add link to O'Reilly's order page for an O'Reilly book)
* If you're linking to Amazon, use smile.amazon.com so that any purchases people make contribute to their chosen charity.
* Contributions to this repository are covered by the [Attribution-NonCommercial-ShareAlike 4.0 International](#attribution-noncommercial-sharealike-40-international) license.
* Not include referrer codes. No, not even ones for a charity.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ That said, it is on every system, so every *NIX sysadmin needs to know `bash`.

Here are some useful resources to help you step up your shell scripting game:

- [The Art of the Command Line](https://github.com/jlevy/the-art-of-command-line) - A good set of notes and tips on using the command-line useful when working on Linux/Unix.
- [Advancing in the Bash Shell](http://samrowe.com/wordpress/advancing-in-the-bash-shell/) - Sam Rowe's `bash` as CLI tutorial.
- [Bash Pitfalls](http://mywiki.wooledge.org/BashPitfalls) - Greg Wooledge has a great list of unpleasant surprises in `bash`.
- [Bash Guide](https://mywiki.wooledge.org/BashGuide) - Gives examples of good practice when writing `bash` scripts. It is targeted at beginning users with no advanced knowledge.
Expand Down Expand Up @@ -329,6 +330,7 @@ When you have a multi-gigabyte logfile, it's a lot less painful to look at just

- [debuggex.com/](https://www.debuggex.com/) will visualize regular expressions graphically.
- [Introducing Regular Expressions](http://shop.oreilly.com/product/0636920012337.do)
- [Regex for Noobs](https://www.janmeppe.com/blog/regex-for-noobs/) - An illustrated guide to regex that aims to provide a gentle introduction for people who never have fiddled with regex, want to, but are kind of intimidated by the whole thing.
- [Regular Expressions Cookbook](http://shop.oreilly.com/product/0636920023630.do)

### Sed & Awk
Expand Down