diff --git a/assets/scripts/app/templates/no_owned_repos.hbs b/assets/scripts/app/templates/no_owned_repos.hbs index 43a92c39..33c44e4a 100644 --- a/assets/scripts/app/templates/no_owned_repos.hbs +++ b/assets/scripts/app/templates/no_owned_repos.hbs @@ -1,58 +1,77 @@
+ Start by going to your {{#linkTo "profile.index"}}profile{{/linkTo}} and enable one of your projects. We've been + synchronizing all repositories you have administrative access to. Pick one and flip the switch next to it. +
+
+ Once you've enabled one of your projects, add a .travis.yml
to your project, push some code, and we'll start processing your builds. Wait a
+ whee while and reload the page, and your newly setup and built project will show up on the right.
+
- Start by going to your {{#linkTo "profile.index"}}profile{{/linkTo}} and enable one of your projects. We've been - synchronizing all repositories you have administrative access to. Pick one and flip the switch next to it. -
++ We'll be sending you an email once the build has finished. Then, it's up to you to do the happy dance. +
++ We use sensible defaults for most languages, but you can customize + both the build process and the build + environment to fit your project's needs. +
-
- Once you've enabled one of your projects, add a .travis.yml
to your project, push some code, and we'll start processing your builds. Wait a
- whee while and reload the page, and your newly setup and built project will show up on the right.
-
+ You can also configure how you want to be notified of build results. Email is only one channel you can use. We + support Campfire, HipChat, Flowdock, IRC, and webhooks. To avoid + exposing any private credentials, you can shield them from the public using encrypted + configuration settings. +
- STEP 3: Wait for your build to finish - -- We'll be sending you an email once the build has finished. Then, it's up to you to do the happy dance. -
- -- We use sensible defaults for most languages, but you can customize - both the build process and the build - environment to fit your project's needs. -
- -- You can also configure how you want to be notified of build results. Email is only one channel you can use. We - support Campfire, HipChat, Flowdock, IRC, and webhooks. To avoid - exposing any private credentials, you can shield them from the public using encrypted - configuration settings. -
- -- Should you have any questions or issues, have a look at our - documentation, open an issue or - send us an email. -
+ Questions ++ Should you have any questions or issues, have a look at our + documentation, open an issue or + send us an email. +
+