Re: NIFI Contributor guide references documentation is created in AsciiDoc.

2025-03-29 Thread Dan S
It also would be helpful to update the Contributor Guide to indicate to developers when submitting a PR it is necessary to fill out the PR template. On Fri, Mar 28, 2025 at 1:34 PM Dan S wrote: > Also the Contributor Guide makes mention of submitting a patch file. >> >> Supplying a contribution

Re: NIFI Contributor guide references documentation is created in AsciiDoc.

2025-03-29 Thread Dan S
Another thing to note is that 1.x is referred to in the Contributor Guide and it should be 2.x > Checkout the 'main' or '1.x.0' branch > git checkout -b main origin/main will create a local, tracking branch > named main. > git checkout -b 0.x origin/1.x.0 will create a local, tracking branch > nam

Re: NIFI Contributor guide references documentation is created in AsciiDoc.

2025-03-28 Thread Dan S
I have created NIFI-14398 to address these issues. On Fri, Mar 28, 2025 at 1:39 PM Dan S wrote: > It also would be helpful to update the Contributor Guide to indicate to > developers when submitting a PR it is necessary to fill out the PR templa

Re: NIFI Contributor guide references documentation is created in AsciiDoc.

2025-03-28 Thread Dan S
Also the Contributor Guide makes mention of submitting a patch file. > > Supplying a contribution > 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