From 4148074a4971d04beee35a936bd29c089a4d19b8 Mon Sep 17 00:00:00 2001 From: indiegamehunt Date: Tue, 26 May 2015 13:41:23 -0400 Subject: [PATCH 1/2] "How do I create a developer account?" --- dev-account/index.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) create mode 100644 dev-account/index.md diff --git a/dev-account/index.md b/dev-account/index.md new file mode 100644 index 0000000..c1dcbed --- /dev/null +++ b/dev-account/index.md @@ -0,0 +1,20 @@ +## How do I create a developer account? + +### If you don't have a Game Jolt account at all: + +Go ahead and [sign up](http://gamejolt.com/auth/sign_up/) for one. + +1. Pick a name and a password, and enter your email address. +2. Answer "Yes" to the question "Are you a developer?" +3. Hit the "Sign Up" button. +4. You'll be sent a confirmation email. Visit the link in this email to verify your account. + +You can also sign up for a Game Jolt account using [Facebook](http://gamejolt.com/auth/social-login/facebook/) or [Twitter](http://gamejolt.com/auth/social-login/twitter/). + +### If you already have a gamer account: + +If you're already a gamer on Game Jolt, it's a cinch to become a developer. Just [go here](http://gamejolt.com/dashboard/become-developer/) and hit the "Become a Developer" button. + +[How do I edit my profile?](Link) + +[How do I change my avatar?](Link) From 59ad739e5059209900dd877e1b62c29b593b32ea Mon Sep 17 00:00:00 2001 From: indiegamehunt Date: Wed, 17 Jun 2015 14:26:05 -0400 Subject: [PATCH 2/2] Edited, added links, moved folder --- {dev-account => src/dev-account}/index.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) rename {dev-account => src/dev-account}/index.md (74%) diff --git a/dev-account/index.md b/src/dev-account/index.md similarity index 74% rename from dev-account/index.md rename to src/dev-account/index.md index c1dcbed..af385a6 100644 --- a/dev-account/index.md +++ b/src/dev-account/index.md @@ -1,6 +1,6 @@ -## How do I create a developer account? +# How do I create a developer account? -### If you don't have a Game Jolt account at all: +## If you don't have a Game Jolt account at all: Go ahead and [sign up](http://gamejolt.com/auth/sign_up/) for one. @@ -11,10 +11,10 @@ Go ahead and [sign up](http://gamejolt.com/auth/sign_up/) for one. You can also sign up for a Game Jolt account using [Facebook](http://gamejolt.com/auth/social-login/facebook/) or [Twitter](http://gamejolt.com/auth/social-login/twitter/). -### If you already have a gamer account: +## If you already have a gamer account: If you're already a gamer on Game Jolt, it's a cinch to become a developer. Just [go here](http://gamejolt.com/dashboard/become-developer/) and hit the "Become a Developer" button. -[How do I edit my profile?](Link) +[How do I edit my profile?](/edit-profile/index.md) -[How do I change my avatar?](Link) +[How do I change my avatar?](/avatar/index.md)