asereware / www

ELMAH project website (source)

Home Page:https://elmah.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Building

Assuming Docker and PowerShell(Core) are installed, run:

PS> ./build.ps1

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

If you have Docker and PowerShell(Core) installed, an easier way to run Jekyll and serve the content is to run ./serve.ps1.

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.

About

ELMAH project website (source)

https://elmah.github.io/


Languages

Language:SCSS 81.1%Language:HTML 10.8%Language:JavaScript 6.0%Language:Shell 1.0%Language:PowerShell 0.9%Language:Ruby 0.2%