Skip to content

Commit 6a6c4ee

Browse files
pepa65jwerle
authored andcommitted
Added Fork instruction to submit page (#33)
1 parent 24c9be3 commit 6a6c4ee

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

submit/index.md

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,13 @@ On a few words, you have to submit a pull request with your package information
1111

1212
Here's a step-by-step guide:
1313

14-
## 1. Clone the website repository
14+
## 1. Fork the website repository
15+
16+
Click: [Fork bpkg on github](https://github.com/bpkg/bpkg.github.io/fork)
17+
18+
If you don't have a github account yet, you will need to create one.
19+
20+
## 2. Clone the website repository
1521

1622
The following commands will download our website under a directory called `bpkg.github.io` and then navigate to it.
1723

@@ -26,7 +32,7 @@ Then, **make sure to create a branch for your package**. The following command d
2632
$ git checkout -b your-package-name
2733
{% endhighlight %}
2834

29-
## 2. Add your project to it
35+
## 3. Add your project to it
3036

3137
The command below will create a file on which you must enter your project's metadata. When you execute it, it will say which file you must edit.
3238

@@ -80,7 +86,7 @@ A _sample package information_ file would be like this:
8086
* [Source Code (GitHub)][https://github.com/your/repository]
8187
* [Author: Satan](http://your.homepage.com)
8288

83-
## 3. Submit it to us
89+
## 4. Submit it to us
8490

8591
Finally, make a pull request with your changes to our repository.
8692

0 commit comments

Comments
 (0)