|
Key
This line was removed.
This word was removed. This word was added.
This line was added.
|
Changes (4)
View Page History
* third party artefacts (jars, apps, dlls) provide links and documents instead.
{anchor:newrepo}
h2.New Repository Checklist
You'll need to decide the following before requesting a repository, include the information in the request to create the repository please.
You'll need to decide the following before requesting a repository, include the information in the request to create the repository please.

You should be able to populate a minimal GitHub README.md file stating the purpose of the project, the audience, and a contact point for further information.
{tip}
{tip}
{anchor:opfyaml}
h3.Project Information
To create a project repository for you we'll need some information about the repo, at the very least:
To create a project repository for you we'll need some information about the repo, at the very least:

homepage: http://example.org
{code}
{code}
{anchor:license}
h3. License
{tip:title=State Your License}
{tip:title=State Your License}

{tip}
It pays to decide your license policy before putting your code on-line using a public code sharing service. The OPF doesn't mandate which license you should use, just that you choose one that is permissive enough to allow us to host the code. Individual projects may also choose their own license with the same stipulation, the OPF only requires that you choose and that you document the choice in a plain text LICENSE file.
It pays to decide your license policy before putting your code on-line using a public code sharing service. The OPF doesn't mandate which license you should use, just that you choose one that is permissive enough to allow us to host the code. Individual projects may also choose their own license with the same stipulation, the OPF only requires that you choose and that you document the choice in a plain text LICENSE file.
{anchor:readme}
h3. Initial README.md File
When a repository is created, a README.md file will also be created in the root directory. The contents of the file are displayed on the project's Github page, this is [the GitHub help page for repo creation and READNE,md|https://help.github.com/articles/create-a-repo]. The README.md can be edited as a plain text file, but GitHub also supports [GitHub flavoured Markdown | https://help.github.com/articles/github-flavored-markdown] for text formatting.
When a repository is created, a README.md file will also be created in the root directory. The contents of the file are displayed on the project's Github page, this is [the GitHub help page for repo creation and READNE,md|https://help.github.com/articles/create-a-repo]. The README.md can be edited as a plain text file, but GitHub also supports [GitHub flavoured Markdown | https://help.github.com/articles/github-flavored-markdown] for text formatting.
