.asf.yaml: Disable squash and merge option

Signed-off-by: Xiang Xiao <xiaoxiang@xiaomi.com>
1 file changed
tree: f9705cecdf6af50eafcbdc9c5374c433a44fefc4
  1. .github/
  2. _data/
  3. _includes/
  4. _layouts/
  5. _posts/
  6. _releases/
  7. _sass/
  8. assets/
  9. css/
  10. helpers/
  11. .asf.yaml
  12. .gitignore
  13. _config.yml
  14. community-members.md
  15. community.md
  16. download.md
  17. favicon.ico
  18. feed.xml
  19. Gemfile
  20. Gemfile.lock
  21. history.md
  22. index.md
  23. LICENSE
  24. NOTICE
  25. publish.sh
  26. README
  27. README.md
README.md

How to update the project's web site

Running locally

Before opening a pull request, you can preview your contributions by running from within the directory:

1. bundle exec jekyll serve
2. Open [http://localhost:4000](http://localhost:4000)

Pushing to site

Site is updated by a CI job that runs the publish.sh script. Once this runs it the results will be visible https://nuttx.apache.org.

Adding contributors

To add a contributor to the project, or to modify existing contributors, edit site/_data/contributors.yml. The project members list will re-generate.