Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/vuepress
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.3
Choose a base ref
...
head repository: vuejs/vuepress
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.4
Choose a head ref

Commits on Jul 29, 2019

  1. chore: 1.0.3 changelog

    ulivz committed Jul 29, 2019
    Copy the full SHA
    702e947 View commit details

Commits on Aug 5, 2019

  1. Create CODE_OF_CONDUCT.md (#1736)

    jlooper authored and ulivz committed Aug 5, 2019

    Verified

    This commit was created on GitHub.com and signed with GitHub’s verified signature.
    Copy the full SHA
    3b87a54 View commit details
  2. chore: fix script typo (#1740)

    billyyyyy3320 authored and ulivz committed Aug 5, 2019
    Copy the full SHA
    93a1ec0 View commit details

Commits on Aug 6, 2019

  1. Copy the full SHA
    0eafea9 View commit details

Commits on Aug 7, 2019

  1. docs: adding all-contributors table for core team members (#1744)

    * adding all-contributors table for core team members
    
    * chore: add self to core contributors
    
    * Add Franck to core contributors
    
    * chore: add @sobolevn to core contributors
    jlooper authored and ulivz committed Aug 7, 2019
    Copy the full SHA
    d50fa1b View commit details
  2. docs: fix typo (#1742)

    ntnyq authored and ulivz committed Aug 7, 2019
    Copy the full SHA
    f6a2fb9 View commit details
  3. docs: documentation linting (#1745)

    * chore: install textlint
    
    * chore: add textlint rules
    
    * feat: set up configuration file and command
    
    * fix: run textlint on files
    
    * chore: lint .textlintrc.js
    
    * chore: add custom terms
    
    * chore: add comment filter
    
    * fix: fix frontmatter term
    
    * chore: set subjective rules to warning severity
    
    * fix: manually fix issues
    
    * chore: add script as pre-commit hook
    sarahdayan authored and ulivz committed Aug 7, 2019
    Copy the full SHA
    8039f42 View commit details
  4. chore(member): add myself as a core contributor

    giraud florent authored and giraud florent committed Aug 7, 2019
    Copy the full SHA
    6383133 View commit details
  5. Update README.md

    fgiraud authored Aug 7, 2019
    Copy the full SHA
    bc6238f View commit details
  6. Copy the full SHA
    96edf00 View commit details
  7. fix(avatar): fix url

    Co-Authored-By: Sarah Dayan <dayan.sarah@gmail.com>
    fgiraud and sarahdayan authored Aug 7, 2019
    Copy the full SHA
    45e31b4 View commit details
  8. fix(contributors): fix url parameters

    fgiraud authored Aug 7, 2019
    Copy the full SHA
    db71238 View commit details
  9. fix(contributors): fix for good contributions

    fgiraud authored Aug 7, 2019
    Copy the full SHA
    a709a4f View commit details
  10. Copy the full SHA
    ecf4fc9 View commit details

Commits on Aug 8, 2019

  1. Copy the full SHA
    7a13eed View commit details
  2. Copy the full SHA
    b107245 View commit details

Commits on Aug 11, 2019

  1. Improve README contribution section

    kefranabg authored and sarahdayan committed Aug 11, 2019
    Copy the full SHA
    ed21c35 View commit details
  2. Copy the full SHA
    9939ea6 View commit details
  3. Copy the full SHA
    e027334 View commit details

Commits on Aug 12, 2019

  1. Copy the full SHA
    b69b107 View commit details

Commits on Aug 13, 2019

  1. Copy the full SHA
    1385dd6 View commit details

Commits on Aug 16, 2019

  1. Copy the full SHA
    e858f16 View commit details
  2. Copy the full SHA
    875f61d View commit details
  3. Copy the full SHA
    db4a51b View commit details

Commits on Aug 18, 2019

  1. Copy the full SHA
    120d885 View commit details
  2. fix: add missing hash in #1706 (#1780)

    kidonng authored and sarahdayan committed Aug 18, 2019
    Copy the full SHA
    25777e4 View commit details

Commits on Aug 19, 2019

  1. Merge pull request #1770 from vuejs/chore/semantic-bot

    chore: add Semantic Pull Requests configuration
    bencodezen authored Aug 19, 2019
    Copy the full SHA
    cef7329 View commit details

Commits on Aug 25, 2019

  1. docs: palette.styl link (#1799)

    fix: palette.styl link
    tolking authored and ulivz committed Aug 25, 2019
    Copy the full SHA
    76eb9d9 View commit details
  2. docs: update inheritance.md (#1774)

    xerrors authored and ulivz committed Aug 25, 2019
    Copy the full SHA
    776a0ee View commit details
  3. Copy the full SHA
    138ce32 View commit details
  4. workflow: add CONTRIBUTING.md (#1739)

    * workflow: add CONTRIBUTING.md
    
    * style: rephrase and clean existing content
    
    * chore: add pull requests specs
    
    * chore: add commit specs
    ulivz authored Aug 25, 2019
    Copy the full SHA
    e74d71e View commit details
  5. Copy the full SHA
    ea59695 View commit details

Commits on Aug 28, 2019

  1. fix: contributors commit link (#1809)

    kamalhm authored and kefranabg committed Aug 28, 2019
    Copy the full SHA
    bb61182 View commit details
  2. docs: Update badge license link (#1794)

    made license badge point to the respective file
    jamesgeorge007 authored and kefranabg committed Aug 28, 2019
    Copy the full SHA
    6d47c9e View commit details
  3. docs(dev): adding doc to local development and add more script

    giraud florent authored and giraud florent committed Aug 28, 2019
    Copy the full SHA
    852c5fe View commit details

Commits on Aug 30, 2019

  1. Copy the full SHA
    a81ef8a View commit details

Commits on Sep 3, 2019

  1. Merge pull request #1811 from vuejs/feat/docs-local-development

    docs(dev): adding doc to local development and add more script
    fgiraud authored Sep 3, 2019
    1
    Copy the full SHA
    f889759 View commit details

Commits on Sep 5, 2019

  1. Merge pull request #1771 from sodatea/do-not-transpile-core-js

    fix($core): do not transpile core packages' dependencies
    
    fix #1753
    fix #4539
    fix #1729
    fgiraud authored Sep 5, 2019
    Copy the full SHA
    dad9c8c View commit details
  2. feat: Disable next and prev links from global config (#1761)

    * core: add lodash deps
    
    * core: disable next and prev links from global config
    
    * doc: add documentation
    
    * core: resolvePageLink function refactoring
    
    * docs: Improve Prev 'Next links' section description
    kefranabg authored Sep 5, 2019
    Copy the full SHA
    92a1c02 View commit details
  3. Merge pull request #1782 from vinayakkulkarni/add-vinayakkulkarni-to-…

    …core
    
    chore(member): add `vinayakkulkarni` as a core contributor
    fgiraud authored Sep 5, 2019
    Copy the full SHA
    56462c0 View commit details

Commits on Sep 6, 2019

  1. v1.0.4

    giraud florent authored and giraud florent committed Sep 6, 2019
    Copy the full SHA
    478b058 View commit details
Showing with 3,282 additions and 623 deletions.
  1. +159 −0 .all-contributorsrc
  2. +82 −0 .github/CONTRIBUTING.md
  3. +2 −0 .github/semantic.yml
  4. +6 −0 .gitpod.yml
  5. +3 −0 .lintstagedrc
  6. +23 −0 CHANGELOG.md
  7. +76 −0 CODE_OF_CONDUCT.md
  8. +39 −3 README.md
  9. +1 −2 lerna.json
  10. +19 −22 package.json
  11. +1 −1 packages/@vuepress/core/lib/node/webpack/createBaseConfig.js
  12. +6 −6 packages/@vuepress/core/package.json
  13. +2 −2 packages/@vuepress/markdown-loader/package.json
  14. +3 −3 packages/@vuepress/markdown/package.json
  15. +1 −1 packages/@vuepress/plugin-active-header-links/package.json
  16. +1 −1 packages/@vuepress/plugin-back-to-top/package.json
  17. +1 −1 packages/@vuepress/plugin-google-analytics/package.json
  18. +1 −1 packages/@vuepress/plugin-last-updated/package.json
  19. +1 −1 packages/@vuepress/plugin-medium-zoom/package.json
  20. +1 −1 packages/@vuepress/plugin-nprogress/package.json
  21. +2 −2 packages/@vuepress/plugin-pwa/package.json
  22. +2 −2 packages/@vuepress/plugin-register-components/package.json
  23. +1 −1 packages/@vuepress/plugin-search/package.json
  24. +1 −1 packages/@vuepress/shared-utils/package.json
  25. +3 −3 packages/@vuepress/test-utils/package.json
  26. +2 −1 packages/@vuepress/theme-default/components/AlgoliaSearchBox.vue
  27. +39 −16 packages/@vuepress/theme-default/components/Page.vue
  28. +5 −4 packages/@vuepress/theme-default/package.json
  29. +1 −1 packages/@vuepress/theme-default/util/index.js
  30. +2 −2 packages/@vuepress/theme-vue/package.json
  31. +3 −0 packages/docs/.lintstagedrc
  32. +9 −0 packages/docs/.remarkrc
  33. +8 −0 packages/docs/.textlint.terms.json
  34. +23 −0 packages/docs/.textlintrc.js
  35. +35 −31 packages/docs/docs/.vuepress/nav/en.js
  36. +35 −31 packages/docs/docs/.vuepress/nav/zh.js
  37. +2 −2 packages/docs/docs/api/cli.md
  38. +4 −4 packages/docs/docs/api/node.md
  39. +21 −21 packages/docs/docs/config/README.md
  40. +11 −11 packages/docs/docs/faq/README.md
  41. +9 −9 packages/docs/docs/guide/README.md
  42. +7 −7 packages/docs/docs/guide/assets.md
  43. +6 −6 packages/docs/docs/guide/basic-config.md
  44. +18 −18 packages/docs/docs/guide/deploy.md
  45. +7 −3 packages/docs/docs/guide/directory-structure.md
  46. +7 −7 packages/docs/docs/guide/frontmatter.md
  47. +2 −2 packages/docs/docs/guide/getting-started.md
  48. +3 −3 packages/docs/docs/guide/global-computed.md
  49. +3 −3 packages/docs/docs/guide/i18n.md
  50. +10 −6 packages/docs/docs/guide/markdown-slot.md
  51. +17 −9 packages/docs/docs/guide/markdown.md
  52. +15 −13 packages/docs/docs/guide/permalinks.md
  53. +17 −17 packages/docs/docs/guide/using-vue.md
  54. +18 −14 packages/docs/docs/miscellaneous/design-concepts.md
  55. +6 −6 packages/docs/docs/miscellaneous/glossary.md
  56. +101 −0 packages/docs/docs/miscellaneous/local-development.md
  57. +6 −6 packages/docs/docs/plugin/README.md
  58. +2 −2 packages/docs/docs/plugin/life-cycle.md
  59. +1 −1 packages/docs/docs/plugin/official/plugin-back-to-top.md
  60. +3 −3 packages/docs/docs/plugin/official/plugin-google-analytics.md
  61. +2 −2 packages/docs/docs/plugin/official/plugin-last-updated.md
  62. +1 −1 packages/docs/docs/plugin/official/plugin-nprogress.md
  63. +33 −4 packages/docs/docs/plugin/official/plugin-pwa.md
  64. +5 −5 packages/docs/docs/plugin/official/plugin-register-components.md
  65. +6 −6 packages/docs/docs/plugin/official/plugin-search.md
  66. +17 −17 packages/docs/docs/plugin/option-api.md
  67. +2 −2 packages/docs/docs/plugin/using-a-plugin.md
  68. +2 −2 packages/docs/docs/plugin/writing-a-plugin.md
  69. +1 −1 packages/docs/docs/theme/README.md
  70. +28 −22 packages/docs/docs/theme/default-theme-config.md
  71. +27 −23 packages/docs/docs/theme/inheritance.md
  72. +5 −5 packages/docs/docs/theme/option-api.md
  73. +16 −16 packages/docs/docs/theme/writing-a-theme.md
  74. +2 −2 packages/docs/docs/zh/config/README.md
  75. +5 −5 packages/docs/docs/zh/guide/deploy.md
  76. +1 −1 packages/docs/docs/zh/guide/directory-structure.md
  77. +10 −2 packages/docs/docs/zh/guide/markdown.md
  78. +7 −7 packages/docs/docs/zh/guide/permalinks.md
  79. +4 −4 packages/docs/docs/zh/guide/using-vue.md
  80. +1 −1 packages/docs/docs/zh/miscellaneous/design-concepts.md
  81. +5 −0 packages/docs/docs/zh/miscellaneous/local-development.md
  82. +1 −1 packages/docs/docs/zh/miscellaneous/migration-guide.md
  83. +1 −1 packages/docs/docs/zh/plugin/official/plugin-back-to-top.md
  84. +3 −3 packages/docs/docs/zh/plugin/official/plugin-google-analytics.md
  85. +2 −2 packages/docs/docs/zh/plugin/official/plugin-last-updated.md
  86. +1 −1 packages/docs/docs/zh/plugin/official/plugin-nprogress.md
  87. +37 −7 packages/docs/docs/zh/plugin/official/plugin-pwa.md
  88. +5 −5 packages/docs/docs/zh/plugin/official/plugin-register-components.md
  89. +7 −7 packages/docs/docs/zh/plugin/option-api.md
  90. +4 −3 packages/docs/docs/zh/theme/inheritance.md
  91. +1 −1 packages/docs/docs/zh/theme/option-api.md
  92. +27 −8 packages/docs/package.json
  93. +3 −3 packages/vuepress/package.json
  94. +2,115 −140 yarn.lock
159 changes: 159 additions & 0 deletions .all-contributorsrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,159 @@
{
"projectName": "VuePress",
"projectOwner": "Ulivz",
"repoType": "github",
"repoHost": "https://github.com",
"files": [
"README.md"
],
"imageSize": 100,
"commit": false,
"commitConvention": "none",
"contributors": [
{
"login": "yyx990803",
"name": "Evan You",
"avatar_url": "https://avatars1.githubusercontent.com/u/499550?v=4",
"profile": "http://evanyou.me",
"contributions": [
"code"
]
},
{
"login": "ulivz",
"name": "ULIVZ",
"avatar_url": "https://avatars1.githubusercontent.com/u/23133919?v=4",
"profile": "http://ulivz.com",
"contributions": [
"code",
"doc"
]
},
{
"login": "jlooper",
"name": "Jen Looper",
"avatar_url": "https://avatars2.githubusercontent.com/u/1450004?v=4",
"profile": "http://www.jenlooper.com",
"contributions": [
"doc",
"design"
]
},
{
"login": "sarahdayan",
"name": "Sarah Dayan",
"avatar_url": "https://avatars0.githubusercontent.com/u/5370675?v=4",
"profile": "https://frontstuff.io/",
"contributions": [
"code",
"doc"
]
},
{
"login": "kefranabg",
"name": "Franck Abgrall",
"avatar_url": "https://avatars3.githubusercontent.com/u/9840435?v=4",
"profile": "https://www.franck-abgrall.me/",
"contributions": [
"code",
"question"
]
},
{
"login": "sobolevn",
"name": "Nikita Sobolev",
"avatar_url": "https://avatars1.githubusercontent.com/u/4660275?v=4",
"profile": "https://sobolevn.me",
"contributions": [
"code",
"doc"
]
},
{
"login": "f3ltron",
"name": "Giraud Florent",
"avatar_url": "https://avatars1.githubusercontent.com/u/11556276?v=4",
"profile": "https://github.com/f3ltron",
"contributions": [
"code"
]
},
{
"login": "CodesOfRa",
"name": "Ramona",
"avatar_url": "https://avatars0.githubusercontent.com/u/945186?v=4",
"profile": "https://twitter.com/CodesOfRa",
"contributions": [
"code"
]
},
{
"login": "fatihacet",
"name": "Fatih Acet",
"avatar_url": "https://avatars3.githubusercontent.com/u/712419?v=4",
"profile": "https://fatihacet.com",
"contributions": [
"code"
]
},
{
"login": "filrak",
"name": "Filip Rakowski",
"avatar_url": "https://avatars2.githubusercontent.com/u/15185752?v=4",
"profile": "https://rakowski.dev",
"contributions": [
"code"
]
},
{
"login": "farcaller",
"name": "Vladimir Pouzanov",
"avatar_url": "https://avatars2.githubusercontent.com/u/693?v=4",
"profile": "http://farcaller.net/",
"contributions": [
"code"
]
},
{
"login": "vicbergquist",
"name": "Victoria Bergquist",
"avatar_url": "https://avatars0.githubusercontent.com/u/25737281?v=4",
"profile": "https://twitter.com/vicbergquist",
"contributions": [
"code",
"design"
]
},
{
"login": "newsbielt703",
"name": "Billyyyyy3320",
"avatar_url": "https://avatars0.githubusercontent.com/u/38957202?v=4",
"profile": "https://billychin.netlify.com/",
"contributions": [
"code"
]
},
{
"login": "bencodezen",
"name": "Ben Hong",
"avatar_url": "https://avatars0.githubusercontent.com/u/4836334?v=4",
"profile": "http://www.bencodezen.io",
"contributions": [
"code",
"blog"
]
},
{
"login": "vinayakkulkarni",
"name": "Vinayak Kulkarni",
"avatar_url": "https://avatars2.githubusercontent.com/u/19776877?v=4",
"profile": "https://twitter.com/_vinayak_k",
"contributions": [
"plugin",
"code",
"blog"
]
},
],
"contributorsPerLine": 7
}
82 changes: 82 additions & 0 deletions .github/CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,82 @@
## Development Setup

This project uses a monorepo setup that requires using [Yarn](https://yarnpkg.com) because it relies on [Yarn workspaces](https://yarnpkg.com/blog/2017/08/02/introducing-workspaces/).

``` sh
# Install dependencies & compile TypeScript utilities.
yarn bootstrap

# Clean dependencies.
yarn clean

# Useful when creating new submodules.
yarn boot

# Serve the docs.
yarn dev

# Build the docs.
yarn build

# Execute all the test suites.
yarn test
```

## Core packages

- **docs**: Docs of VuePress (do not publish to npm).
- **vuepress**: VuePress CLI.
- **packages**
- `core`: containing the Node.js API, the Plugin API, the Theme API, the Client SPA, etc.
- `markdown`: internal Markdown compiler.
- `markdown-loader`: internal Markdown loader.
- `plugin-active-header-links`: a plugin for active sidebar heading links.
- `plugin-google-analytics`: Google Analytics integration.
- `plugin-last-updated`: implementation of "last updated" feature.
- `plugin-medium-zoom`: `medium-zoom` integration.
- `plugin-nprogress`: `nprogress` integration.
- `plugin-pwa`: PWA plugin.
- `plugin-search`: search plugin, providing the `SearchBox` component.
- `shared-utils`: TypeScript utilities.
- `test-utils`: test utilities.
- `theme-default`: default theme.
- `theme-vue`: a theme tweak from default theme, used for the official Vue project.

## Core packages not in main project

> Previously, for quick iteration, these projects were kept in ULIVZ's workspace. In the future, we may want to build an independent GitHub group.
- [awesome-vuepress](https://github.com/ulivz/awesome-vuepress)
- [@vuepress/plugin-blog](https://github.com/ulivz/vuepress-plugin-blog)
- [@vuepress/theme-blog](https://github.com/ulivz/vuepress-theme-blog)

## Workflow

### Issue

> TODO
### Pull requests

- Create a feature branch from the default branch (`master`) and merge back against that branch.
- It's OK to have multiple small commits as you work on the PR - GitHub automatically squashes them before merging.
- Make sure tests pass.
- If adding a new feature:
- Add accompanying test case(s).
- Provide a convincing reason to add this feature. Ideally, you should open a suggestion issue first and have it approved before working on it.
- If fixing bug:
- If you are resolving an open issue, add `(fix #xxxx)` (`#xxxx` being the issue ID) in your PR title for a better release log, e.g. `chore(feat): implement SSR (fix #1234)`.
- Provide a detailed description of the bug in the PR. Live demo preferred.
- Add appropriate test coverage if applicable.

### Substantial Changes

> RFC flow, TODO
## Code Specification

> TODO
## Commit specification

Commit messages should follow the [commit message convention](./COMMIT_CONVENTION.md) so that changelogs can be automatically generated.
2 changes: 2 additions & 0 deletions .github/semantic.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
titleAndCommits: true
allowMergeCommits: false
6 changes: 6 additions & 0 deletions .gitpod.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
ports:
- port: 8080
onOpen: open-preview
tasks:
- init: yarn bootstrap
command: yarn dev
3 changes: 3 additions & 0 deletions .lintstagedrc
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
{
"*.{js,vue}": ["eslint --fix", "git add"]
}
23 changes: 23 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,26 @@
# [](https://github.com/vuejs/vuepress/compare/v1.0.3...v) (2019-07-29)



## [1.0.3](https://github.com/vuejs/vuepress/compare/v1.0.2...v1.0.3) (2019-07-29)


### Bug Fixes

* **$core:** `'[Vue warn]: Unknown custom element'` when using `<Content />` in a custom page without markdown ([#1699](https://github.com/vuejs/vuepress/issues/1699)) ([2a59800](https://github.com/vuejs/vuepress/commit/2a59800)), closes [#1173](https://github.com/vuejs/vuepress/issues/1173) [#1426](https://github.com/vuejs/vuepress/issues/1426)
* **$core:** prioritise vuepress dependencies over cwd node_modules (close: [#1708](https://github.com/vuejs/vuepress/issues/1708)) ([#1720](https://github.com/vuejs/vuepress/issues/1720)) ([52f421b](https://github.com/vuejs/vuepress/commit/52f421b))
* **$core:** transpile all scripts under core (close: [#1623](https://github.com/vuejs/vuepress/issues/1623)) ([#1685](https://github.com/vuejs/vuepress/issues/1685)) ([6460b0c](https://github.com/vuejs/vuepress/commit/6460b0c))
* **$plugin-medium-zoom:** disable zoom for links ([#1719](https://github.com/vuejs/vuepress/issues/1719)) ([e3393e3](https://github.com/vuejs/vuepress/commit/e3393e3))
* **$theme-default:** `sidebarDepth: 0` not working in YAML frontmatter (close: [#1701](https://github.com/vuejs/vuepress/issues/1701)) ([#1702](https://github.com/vuejs/vuepress/issues/1702)) ([0624828](https://github.com/vuejs/vuepress/commit/0624828))


### Features

* **$theme-default:** support custom URL scheme for external links ([#1677](https://github.com/vuejs/vuepress/issues/1677)) ([27f005b](https://github.com/vuejs/vuepress/commit/27f005b))
* **$theme-default:** use router for Algolia search to reach no refresh ([#1706](https://github.com/vuejs/vuepress/issues/1706)) ([644142b](https://github.com/vuejs/vuepress/commit/644142b))



## [1.0.2](https://github.com/vuejs/vuepress/compare/v1.0.1...v1.0.2) (2019-06-22)


76 changes: 76 additions & 0 deletions CODE_OF_CONDUCT.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,76 @@
# Contributor Covenant Code of Conduct

## Our Pledge

In the interest of fostering an open and welcoming environment, we as
contributors and maintainers pledge to making participation in our project and
our community a harassment-free experience for everyone, regardless of age, body
size, disability, ethnicity, sex characteristics, gender identity and expression,
level of experience, education, socio-economic status, nationality, personal
appearance, race, religion, or sexual identity and orientation.

## Our Standards

Examples of behavior that contributes to creating a positive environment
include:

* Using welcoming and inclusive language
* Being respectful of differing viewpoints and experiences
* Gracefully accepting constructive criticism
* Focusing on what is best for the community
* Showing empathy towards other community members

Examples of unacceptable behavior by participants include:

* The use of sexualized language or imagery and unwelcome sexual attention or
advances
* Trolling, insulting/derogatory comments, and personal or political attacks
* Public or private harassment
* Publishing others' private information, such as a physical or electronic
address, without explicit permission
* Other conduct which could reasonably be considered inappropriate in a
professional setting

## Our Responsibilities

Project maintainers are responsible for clarifying the standards of acceptable
behavior and are expected to take appropriate and fair corrective action in
response to any instances of unacceptable behavior.

Project maintainers have the right and responsibility to remove, edit, or
reject comments, commits, code, wiki edits, issues, and other contributions
that are not aligned to this Code of Conduct, or to ban temporarily or
permanently any contributor for other behaviors that they deem inappropriate,
threatening, offensive, or harmful.

## Scope

This Code of Conduct applies both within project spaces and in public spaces
when an individual is representing the project or its community. Examples of
representing a project or community include using an official project e-mail
address, posting via an official social media account, or acting as an appointed
representative at an online or offline event. Representation of a project may be
further defined and clarified by project maintainers.

## Enforcement

Instances of abusive, harassing, or otherwise unacceptable behavior may be
reported by contacting the project team at vuepresscore@gmail.com. All
complaints will be reviewed and investigated and will result in a response that
is deemed necessary and appropriate to the circumstances. The project team is
obligated to maintain confidentiality with regard to the reporter of an incident.
Further details of specific enforcement policies may be posted separately.

Project maintainers who do not follow or enforce the Code of Conduct in good
faith may face temporary or permanent repercussions as determined by other
members of the project's leadership.

## Attribution

This Code of Conduct is adapted from the [Contributor Covenant][homepage], version 1.4,
available at https://www.contributor-covenant.org/version/1/4/code-of-conduct.html

[homepage]: https://www.contributor-covenant.org

For answers to common questions about this code of conduct, see
https://www.contributor-covenant.org/faq
Loading