:alembic: port & modify .asf.yaml from log4j

apparently this is how I get issues enabled at github...
1 file changed
tree: 2336447be2cca1e8dd94597df83f29040cd6bee4
  1. doc/
  2. examples/
  3. extensions/
  4. local-tasks/
  5. netstandard/
  6. src/
  7. tests/
  8. .asf.yaml
  9. .gitattributes
  10. .gitignore
  11. appveyer.yml
  12. build-with-docker-for-windows.bat
  13. build.cmd
  14. install-dotnet-core-sdk-1.1.ps1
  15. install-net-framework-sdk-3.5.ps1
  16. Jenkinsfile
  17. KEYS
  18. LICENSE
  19. log4net.build
  20. log4net.include
  21. log4net.shfbproj
  22. log4net.snk
  23. log4net.snk.readme
  24. NOTICE
  25. package-icon.png
  26. package-lock.json
  27. package.json
  28. pom.xml
  29. README.md
  30. STATUS.txt
README.md

Introduction

Apache log4net is a sub project of the Apache Logging Services project. Apache log4net graduated from the Apache Incubator in February 2007. Web site: http://logging.apache.org/log4net

Documentation

For the latest documentation see the log4net web site at: http://logging.apache.org/log4net

Contributing

log4net development happens on the logging dev mailing list, see https://logging.apache.org/log4net/mail-lists.html. Please join the mailing list and discuss bigger changes before working on them.

For bigger changes we must ask you to sign a Contributor License Agreement http://www.apache.org/licenses/#clas.

Github pull requests are one way to contribute, The Apache issue tracker is no longer accepting new issues but is available at https://issues.apache.org/jira/browse/LOG4NET for access to previous issues.

Developing

log4net targets a wide array of .net platforms, including some which are out of support from Microsoft, making it difficult to install relevant SDKs and build for those targets. In particular, older Client Profile .NET Framework targets and dotnet core 1.1 may be installed by using the bundled helper scripts:

These scripts download the relevant installers from Microsoft servers, but you run them at your own risk.

Please see