Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Creating a new repository is done using the web UI at https://gitbox.apache.org/ . Please fill in the fields in the following manner:

  • NameOptional repo sub-name: artifact Id , dots replaced with slashes. Should not contain the sling-  prefix as the form it will be auto-insert it in the 'Generated Name' field
  • Repository Description: name  from the pom.xml, otherwise short summary of the form Apache Sling Foo
  • added. Check the info text in blue to see the final result
  • Commit Notification List: commits@sling.apache.org
  • GitHub Notification List: commits@sling.apache.org

See a recent example below

Image RemovedImage Added

Note
titleDefault branch name

Sling uses the default branch name master . To keep things simple for our tooling ( repo tool, Jenkins ) please create the repository locally and use master  as a branch name when pushing the initial changes to the repository. See Removal of problematic language for more context.


Code Block
$ mkdir sling-new-repo
$ cd sling-new-repo
$ git init -b master

See also the discussion from

Jira
serverASF JIRA
serverId5aa69414-a9e9-3523-82ec-879b028fb15b
keyINFRA-22359

...