Skip to content

Nangal/www

 
 

Repository files navigation

ELMAH

ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility that is completely pluggable. This is the Jekyll source to the ELMAH web site.

Contributing

  • Fork this repo; clone locally
  • Pick or open an issue to resolve; discuss first
  • Install Jekyll
  • Run jekyll serve on your local clone
  • Hack away pages in your favorite text editor
  • Test in your local browser
  • When happy, commit your changes to a branch appropriately named after the issue being addressed
  • Create a pull request

Make commits atomic and logically coherent. It makes reviews easier and reverting easier. Avoid, for example, bundling multiple and unrelated changes together into the same commit even if they address the same issue. If you are using and in your commit message, chances are good you are bundling more than one (unrelated) change.

Contributing on Windows

On Windows, the simplest installation method is to use Portable Jekyll. When using jekyll serve or jekyll build, file monitoring can be problematic, causing constant rebuilding of the static version of the site. Use the --force_polling as a workaround for either the server or build subcommand.

About

ELMAH project website (source)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • CSS 76.8%
  • HTML 10.2%
  • Ruby 7.4%
  • JavaScript 5.6%