40 Commits

Author SHA1 Message Date
Alan Pope
de00eb86c9
Merge pull request #22 from Lin-Buo-Ren/patch-1
Adjust initialization tasks to adapt with the GitHub template workflow
Thank you both!
2020-02-23 20:25:27 +00:00
林博仁(Buo-ren Lin)
ee0219e29e Adjust initialization tasks to adapt with the GitHub template workflow
Signed-off-by: 林博仁(Buo-ren, Lin) <Buo.Ren.Lin@gmail.com>
2019-07-14 22:22:40 +08:00
Martin Wimpress
a39f349f11
Merge pull request #18 from ralight/publicise
Add the store publicise icon to the README template.
2018-12-05 10:33:15 +00:00
Roger Light
c36dbdcdd9 Add the store publicise icon to the README template.
Signed-off-by: Roger Light <roger@atchoo.org>
2018-11-29 12:03:55 +00:00
Alan Pope
1f3ea099c0
Merge pull request #17 from diddlesnaps/re-fix-the-urls
Fix URLs. Nice catches, thanks @diddledan
2018-09-28 12:31:34 +01:00
Daniel Llewellyn
3d7bc6965a Fix screenshot URL which was seriously mangled
no idea what it was supposed to be pointing to, but the screenshot url was a mess of gobbledegook
2018-09-28 11:40:05 +01:00
Daniel Llewellyn
ea35d13464 RE-fix SSL mixed-mode URLs
Someone reverted my previous commit that changed the URLs for images to all use SSL. This reintroduced mixed-mode loading issues when the README.md is shown on a secure website.
2018-09-28 11:36:19 +01:00
Alan Pope
c0a4b9ff22
Merge pull request #14 from Lin-Buo-Ren/patch-ignore-rules
Improve Git tracking ignore rules - I am terrible with github merge conflicts, sorry if I messed it up :)
2018-09-23 16:54:31 +02:00
Alan Pope
7608239e5a
Merge branch 'master' into patch-ignore-rules 2018-09-23 16:54:06 +02:00
Alan Pope
66b9b0db62
Merge pull request #13 from Lin-Buo-Ren/moving-stuff
Move screenshot and love to the forward
2018-09-23 16:53:00 +02:00
Alan Pope
669a874ddb
Merge branch 'master' into moving-stuff 2018-09-23 16:52:36 +02:00
Alan Pope
613cb04784
Merge pull request #10 from diddlesnaps/further-refinements
Amend README.md - LGTM!
2018-09-23 16:27:57 +02:00
Alan Pope
40b7536a4f
Merge branch 'master' into further-refinements 2018-09-23 16:26:50 +02:00
Alan Pope
ac6ecca272
Merge pull request #5 from elopio/patch-1
Split the transfer step
2018-09-23 16:25:16 +02:00
Alan Pope
d5544bee3c
Merge pull request #4 from m4sk1n/patch-1
Use typographic quotation marks in README.md
2018-09-23 16:24:47 +02:00
Alan Pope
1a7b1997e5
Merge pull request #12 from Lin-Buo-Ren/fix-heading-capitalization
Fix heading capitalization
2018-09-21 13:23:17 +02:00
林博仁(Buo-ren Lin)
891d324366 Improve Git tracking ignore rules
This patch brings several improvements to the Git ignore rules:

* Be more strict ignoring the special folders so that it won't match other things.
* Adds rules specific to `snapcraft cleanbuild`
* Cosmetic fixes

Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
2018-06-25 20:29:39 +08:00
林博仁(Buo-ren Lin)
5d34ce44eb Move screenshot and love to the forward
Not sure why it was in the Install section, but it should really be at top IMO

Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
2018-06-23 02:43:12 +08:00
林博仁(Buo-ren Lin)
c300c53d7c Fix heading capitalization
Signed-off-by: 林博仁(Buo-ren Lin) <Buo.Ren.Lin@gmail.com>
2018-06-13 22:52:37 +08:00
Daniel Llewellyn
7e240d0c95 Amend README.md
* Switch URLs to be HTTPS to prevent mixed-content on an HTTPS site (such as github.com)
* Fix a few linter suggestions
2018-04-05 01:48:12 +01:00
Daniel Llewellyn
2a60a6fc11 add ./snap/.snapcraft to gitignore
This file contains machine-specific state information so is not relevant for checking into git
2018-04-05 01:46:52 +01:00
Alan Pope
b471a2660e
Merge pull request #9 from diddledan/gitignore-take-two
gitignore additions - great! Thanks!
2018-01-17 23:42:46 +00:00
Daniel Llewellyn
b0101d25ae gitignore additions
add *.snap to avoid commiting snap packages
add *.pyc and __pycache__ to avoid commiting potential custom plugins' cache-files
add .snapcraft to avoid commiting snapcraft state information
2018-01-17 23:29:49 +00:00
Alan Pope
c301eb3c2c
Merge pull request #8 from elopio/patch-2
Add an item to update the repository description - thanks Leo!
2018-01-17 01:56:17 +00:00
Leo Arias
9bd57050cf
Add an item to update the repository description 2018-01-16 19:40:10 -06:00
Leo Arias
f1e105de0e
Remove the extra comma 2018-01-02 11:20:27 -06:00
Leo Arias
7be738d199
Split the transfer step
Make it clear that the transfer must be requested in a forum post.
2018-01-02 11:19:34 -06:00
Martin Wimpress
4bf0db6202 Drop obsolete snap-xdg-open instruction. 2017-12-19 13:09:42 +00:00
Marcin Mikołajczak
83d37ba601
Use typographic quotation marks in README.md 2017-12-14 17:16:53 +01:00
Alan Pope
de4e61065d
Update README.md 2017-11-22 19:00:02 +00:00
Martin Wimpress
53988799f4
Merge pull request #3 from diddledan/editorconfig
add .editorconfig file
2017-11-01 19:31:51 +00:00
Daniel Llewellyn
231d56492a add .editorconfig file 2017-11-01 13:33:49 +00:00
Martin Wimpress
28b9af6c60 Update README.md
Add instructions for importing the template if you've already forked it.
2017-07-27 13:16:40 +01:00
Daniel Llewellyn
c2c88a5df2 add basic gitignore (#1)
excludes parts/ stage/ and prime/ directories which are created by
snapcraft when not using cleanbuild.
2017-07-24 17:58:07 +01:00
Martin Wimpress
91cfd950f0 Add link for Join Snapcrafters. 2017-07-14 17:16:46 +01:00
Evan
75f6e079e4 Update the transfer instructions 2017-07-11 12:45:56 +01:00
Martin Wimpress
060c31037e Use current README.md template. 2017-07-05 17:34:24 +01:00
Martin Wimpress
e6fe8b38c6 Add README.md template. 2017-07-05 12:54:46 +01:00
Martin Wimpress
80cdcc2247 Add basic snapcraft.yaml. 2017-07-05 12:49:40 +01:00
Martin Wimpress
1c559a3667 Initial commit 2017-07-05 12:29:13 +01:00