Skip to content

Commit

Permalink
document handling central versus private branches (apache#79)
Browse files Browse the repository at this point in the history
Co-authored-by: epugh@opensourceconnections.com <>
  • Loading branch information
epugh committed Apr 15, 2021
1 parent a8706b4 commit b574364
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions dev-docs/FAQ.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,12 @@ This document provides a quick reference for frequently questioned concepts and
=== What do I do with NOTICE.txt if I don't have one to satisfy Gradle?

You create an empty file, similar to the `/solr/licenses/antlr4-runtime-NOTICE.txt`

=== What are best practices for branches in Git?

Most committers already use a private fork branch for PRs. Use of central branches
is ok for very collaborative work, but 95% of the time it is better to use a private
branch to avoid extra mailing list traffic etc.

Periodically review https://github.com/apache/solr/branches/all to see if you have
created a branch that can be deleted.

0 comments on commit b574364

Please sign in to comment.