mirror of https://github.com/vladmandic/human
update github templates
parent
9be94b003d
commit
65e930b2f1
|
@ -15,11 +15,12 @@ assignees: vladmandic
|
||||||
|
|
||||||
**Environment
|
**Environment
|
||||||
|
|
||||||
- `Human` version
|
- Module version?
|
||||||
- `Human` module used (e.g. `human.js`, `human.esm`, `human.esm-nobundle`)
|
- Built-in demo or custom code?
|
||||||
- Browser or NodeJS and version (e.g. NodeJS 14.15 or Chrome 86)
|
- Type of module used (e.g. `js`, `esm`, `esm-nobundle`)?
|
||||||
- OS and Hardware platform (e.g. Windows 10, Ubuntu Linux on x64, Android 10)
|
- Browser or NodeJS and version (e.g. NodeJS 14.15 or Chrome 89)?
|
||||||
- Packager (if any) (e.g, webpack, rollup, parcel, esbuild, etc.)
|
- OS and Hardware platform (e.g. Windows 10, Ubuntu Linux on x64, Android 10)?
|
||||||
|
- Packager (if any) (e.g, webpack, rollup, parcel, esbuild, etc.)?
|
||||||
|
|
||||||
**Additional**
|
**Additional**
|
||||||
|
|
||||||
|
|
|
@ -1,3 +1,3 @@
|
||||||
# Human Library: Pull Request Template
|
# Pull Request Template
|
||||||
|
|
||||||
<br>
|
<br>
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Human Library: Code of Conduct
|
# Code of Conduct
|
||||||
|
|
||||||
Use your best judgement
|
Use your best judgement
|
||||||
If it will possibly make others uncomfortable, do not post it
|
If it will possibly make others uncomfortable, do not post it
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
# Human Library: Contributing Guidelines
|
# Contributing Guidelines
|
||||||
|
|
||||||
Pull requests from everyone are welcome
|
Pull requests from everyone are welcome
|
||||||
|
|
||||||
|
@ -12,7 +12,6 @@ Procedure for contributing:
|
||||||
- Test your changes against code guidelines
|
- Test your changes against code guidelines
|
||||||
`npm run lint`
|
`npm run lint`
|
||||||
- Push changes to your fork
|
- Push changes to your fork
|
||||||
- Submit a PR (pull request) to `Human`
|
- Submit a PR (pull request)
|
||||||
<https://github.com/vladmandic/human/pulls>
|
|
||||||
|
|
||||||
Your pull request will be reviewed and pending review results, merged into main branch
|
Your pull request will be reviewed and pending review results, merged into main branch
|
||||||
|
|
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
MIT License
|
MIT License
|
||||||
|
|
||||||
Copyright (c) 2020 Vladimir Mandic
|
Copyright (c) Vladimir Mandic
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining a copy
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
of this software and associated documentation files (the "Software"), to deal
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
|
|
@ -1,6 +1,4 @@
|
||||||
# Human Library: Security Policy
|
# Security Policy
|
||||||
|
|
||||||
<br>
|
|
||||||
|
|
||||||
All issues are tracked publicly on GitHub
|
All issues are tracked publicly on GitHub
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue