formatting
parent
c625955855
commit
2dde9e3836
|
|
@ -17,32 +17,32 @@ diverse, inclusive, and healthy community.
|
||||||
Examples of behavior that contributes to a positive environment for our
|
Examples of behavior that contributes to a positive environment for our
|
||||||
community include:
|
community include:
|
||||||
|
|
||||||
- Demonstrating empathy and kindness toward other people
|
- Demonstrating empathy and kindness toward other people
|
||||||
|
|
||||||
- Being respectful of differing opinions, viewpoints, and experiences
|
- Being respectful of differing opinions, viewpoints, and experiences
|
||||||
|
|
||||||
- Giving and gracefully accepting constructive feedback
|
- Giving and gracefully accepting constructive feedback
|
||||||
|
|
||||||
- Accepting responsibility and apologizing to those affected by our mistakes,
|
- Accepting responsibility and apologizing to those affected by our mistakes,
|
||||||
and learning from the experience
|
and learning from the experience
|
||||||
|
|
||||||
- Focusing on what is best not just for us as individuals, but for the overall
|
- Focusing on what is best not just for us as individuals, but for the overall
|
||||||
community
|
community
|
||||||
|
|
||||||
Examples of unacceptable behavior include:
|
Examples of unacceptable behavior include:
|
||||||
|
|
||||||
- The use of sexualized language or imagery, and sexual attention or advances of
|
- The use of sexualized language or imagery, and sexual attention or advances of
|
||||||
any kind
|
any kind
|
||||||
|
|
||||||
- Trolling, insulting or derogatory comments, and personal or political attacks
|
- Trolling, insulting or derogatory comments, and personal or political attacks
|
||||||
|
|
||||||
- Public or private harassment
|
- Public or private harassment
|
||||||
|
|
||||||
- Publishing others' private information, such as a physical or email address,
|
- Publishing others' private information, such as a physical or email address,
|
||||||
without their explicit permission
|
without their explicit permission
|
||||||
|
|
||||||
- Other conduct which could reasonably be considered inappropriate in a
|
- Other conduct which could reasonably be considered inappropriate in a
|
||||||
professional setting
|
professional setting
|
||||||
|
|
||||||
## Enforcement Responsibilities
|
## Enforcement Responsibilities
|
||||||
|
|
||||||
|
|
|
||||||
8
app.ts
8
app.ts
|
|
@ -120,12 +120,16 @@ app.use(
|
||||||
|
|
||||||
app.use(
|
app.use(
|
||||||
urlPrefix + '/lib/cityssm-bulma-js/bulma-js.js',
|
urlPrefix + '/lib/cityssm-bulma-js/bulma-js.js',
|
||||||
express.static(path.join('node_modules', '@cityssm', 'bulma-js', 'dist', 'bulma-js.js'))
|
express.static(
|
||||||
|
path.join('node_modules', '@cityssm', 'bulma-js', 'dist', 'bulma-js.js')
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
app.use(
|
app.use(
|
||||||
urlPrefix + '/lib/cityssm-bulma-webapp-js',
|
urlPrefix + '/lib/cityssm-bulma-webapp-js',
|
||||||
express.static(path.join('node_modules', '@cityssm', 'bulma-webapp-js', 'dist'))
|
express.static(
|
||||||
|
path.join('node_modules', '@cityssm', 'bulma-webapp-js', 'dist')
|
||||||
|
)
|
||||||
)
|
)
|
||||||
|
|
||||||
app.use(
|
app.use(
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue