This is an automated email from the ASF dual-hosted git repository.

mmiller pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/accumulo-website.git


The following commit(s) were added to refs/heads/main by this push:
     new b670b9a  Add build command to pages/how-to-contribute.md (#276)
b670b9a is described below

commit b670b9af0b054629db930c340fa747814e5829aa
Author: Mike Miller <mmil...@apache.org>
AuthorDate: Thu Apr 29 09:13:33 2021 -0400

    Add build command to pages/how-to-contribute.md (#276)
---
 pages/how-to-contribute.md | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pages/how-to-contribute.md b/pages/how-to-contribute.md
index 7537bae..7857232 100644
--- a/pages/how-to-contribute.md
+++ b/pages/how-to-contribute.md
@@ -40,7 +40,7 @@ Any questions/ideas don't hesitate to [contact us][contact].
     git checkout -b accumulo-4321
 ```
 1. Do work and commit to your branch. You can reference [this link][messages] 
for a guide on how to write good commit log messages.
-1. Ensure you works satisfies the guidelines laid out in the `CONTRIBUTING.md` 
file.
+1. Ensure your branch builds cleanly using the command: ```mvn clean verify 
-DskipITs```
 1. If needed, squash to the minimum number of commits. For help on squashing 
commits, see this [tutorial][squash-tutorial] or [StackOverflow 
answer][squash-stack].
 1. [Push] your branch to your fork.
 ```

Reply via email to