Versions Compared

Key

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

...

Are located in '<code checkout location>/nifi-docs/src/main/asciidoc' and can be changed by making changes to the ASCIIdoc files and following the code contribution process described in "Providing code or documentation contributions" section of this document.

...

As with other contributions, component level documentation should follow the process described in "Providing code or documentation contributions" section of this document.

...

There are currently two paths from which we review and accept contributions, ASF JIRA and GitHub Pull Requests (PRs), regardless of whether your contribution is source code or documentation (note that submitting your contribution through a pull request via GitHub is the preferred option as it makes the reviews much easier).

Supplying a contribution through patch and JIRA issue

...

    1. $ git checkout master
    2. $ git pull upstream master
  1. Check out the PR (example #327). This will be in detached-HEAD state. (Note: You may need to edit the .git/config file to add the fetch lines below)
    1. $ git checkout github/pr/327
  1. Create a branch for the PR

...