You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: README.md
+8-4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,11 @@
1
1
Agile
2
2
======
3
+
ST2 allows users to create projects but offers no mechanism for saving a particular workspace with-in that project. This can become a problem if you find yourself working on multiple stories involving dozens of files at once. Agile allows you to save a window and associate its state with a Sprint and Story name that can then be retrieved at a later date. That's about it.
4
+
5
+
Installation
6
+
----------
7
+
- Easy: via [Package Control](http://wbond.net/sublime_packages/package_control)
8
+
- Super-hard: clone repo to your /Sublime Text 2/Packages directory
3
9
4
10
Basic Flow
5
11
----------
@@ -19,7 +25,5 @@ Agile can automatically open the jira ticket associated with your story if 2 cri
19
25
- You must name your jira story identically to its jira url slug. ie) https://example.jira.com/browse/my-story would need to be saved as 'my-story'
0 commit comments