Skip to content

Instantly share code, notes, and snippets.

View renemichel's full-sized avatar

René Michel renemichel

View GitHub Profile
@renemichel
renemichel / jira.txt
Created April 12, 2019 16:04
JIRA Template Generator v2019
/*
1. Create a bookmark with the following snippet as URL
2. Open the description text area,
3. Then click on the newly created bookmark.
*/
javascript:(function(){const [e] = document.getElementsByClassName("ProseMirror"); e.innerHTML = "<h2> User Story</h2>\nAs a < type of user >, I want < some goal > so that < some reason >.<h3>Notes</h3>[Optional. Add here other implementation notes]<h2>Acceptance Criteria</h2><ul><li>[List here the expected behaviour]</li></ul><h2>Mocks</h2>[Add a screenshot of the mocks and a link to Zeplin or Gallery]<h2>Interaction Note</h2>[Add here diagrams or notes that explain the interaction.]"})();

Keybase proof

I hereby claim:

  • I am renemichel on github.
  • I am renemichel (https://keybase.io/renemichel) on keybase.
  • I have a public key ASCqmzP55_c_C8XYDBa8t3b-OFm7eXhR0oL7LQbn-iMY9go

To claim this, I am signing this object:

@renemichel
renemichel / install-redis.sh
Last active January 18, 2016 17:04 — forked from FUT/install-redis.sh
Install Redis on EC2
sudo yum -y update
sudo ln -sf /usr/share/zoneinfo/America/Indianapolis \
/etc/localtime
sudo yum -y install gcc make
cd /tmp
wget http://download.redis.io/releases/redis-2.8.12.tar.gz
tar xzf redis-2.8.12.tar.gz