Skip to content

Commit

Permalink
misc: update CONTRIBUTING.md & fix deploy-doc script
Browse files Browse the repository at this point in the history
  • Loading branch information
shanmukhateja committed Apr 15, 2024
1 parent 35c9f8b commit a415f52
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
# Got a Question or Problem?

You can ask questions by posting an issue. There is no problem, I'll just add the label `question`.
You can ask questions by opening a discussion. We want to strictly restrict issues section for bug reports.

However, please follow those simple guidelines before posting:

1. Describe your issue in an understandable english (english is not my native language, but I still try to write something decent, and so should you).
1. Describe your issue in an understandable English (English is not my native language, but I still try to write something decent, and so should you).
2. Please be polite (and occasionally avoid being a beggar... :unamused:).
3. Provide a code to illustrate your issue. A [plnkr](http://plnkr.co/) or something alike is better.
3. Provide a StackBlitz link or GitHub repo to reproduce the issue. It can help speed-up investigating your issue faster.
4. Github provides us a wonderful [Markdown](https://help.github.com/articles/github-flavored-markdown) (text-to-HTML), so use it without restraint, especially when putting your code.
5. Some really good advices on how to ask question:
* on [StackOverflow](http://stackoverflow.com/help/how-to-ask)
Expand Down
2 changes: 1 addition & 1 deletion deploy-doc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ info "Deloying the documentation to the GH pages from $cwd (project name is $pro

info "Building documentation..."
cd $cwd/demo
npm run build:prod
npm run demo:build:prod

info "Copying the doc folder to /tmp"
rm -rf /tmp/angular-datatables-demo
Expand Down

0 comments on commit a415f52

Please sign in to comment.