Skip to content

Commit

Permalink
feat(update project): update project content
Browse files Browse the repository at this point in the history
update project content
  • Loading branch information
leaveeel committed Dec 9, 2020
1 parent 8452b5d commit e1518c5
Show file tree
Hide file tree
Showing 25 changed files with 4,063 additions and 838 deletions.
24 changes: 24 additions & 0 deletions .github/config.yml
@@ -0,0 +1,24 @@
#Configuration for welcome - https://github.com/behaviorbot/welcome

# Configuration for new-issue-welcome - https://github.com/behaviorbot/new-issue-welcome

# Comment to be posted to on first time issues
newIssueWelcomeComment: >
Thanks for opening your first issue here! Please try to describe the problem clearly and don't send any other content!
# Configuration for new-pr-welcome - https://github.com/behaviorbot/new-pr-welcome

# Comment to be posted to on PRs from first time contributors in your repository
newPRWelcomeComment: >
Thanks for opening this pull request! Please follow the submission rules!
# Configuration for first-pr-merge - https://github.com/behaviorbot/first-pr-merge

# Comment to be posted to on pull requests merged by a first time user
firstPRMergeComment: >
Congrats on merging your first pull request! Please follow the submission rules!
# It is recommended to include as many gifs and emojis as possible!

todo:
keyword: "@todo"
61 changes: 61 additions & 0 deletions .github/stale.yml
@@ -0,0 +1,61 @@
# Configuration for probot-stale - https://github.com/probot/stale

# Number of days of inactivity before an Issue or Pull Request becomes stale
daysUntilStale: 60

# Number of days of inactivity before an Issue or Pull Request with the stale label is closed.
# Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.
daysUntilClose: 7

# Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled)
onlyLabels: []

# Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable
exemptLabels:
- pinned
- security
- "[Status] Maybe Later"

# Set to true to ignore issues in a project (defaults to false)
exemptProjects: false

# Set to true to ignore issues in a milestone (defaults to false)
exemptMilestones: false

# Set to true to ignore issues with an assignee (defaults to false)
exemptAssignees: false

# Label to use when marking as stale
staleLabel: wontfix

# Comment to post when marking as stale. Set to `false` to disable
markComment: >
This issue has been automatically marked as stale because it has not had
recent activity. It will be closed if no further activity occurs. Thank you
for your contributions.
# Comment to post when removing the stale label.
# unmarkComment: >
# Your comment here.

# Comment to post when closing a stale Issue or Pull Request.
# closeComment: >
# Your comment here.

# Limit the number of actions per hour, from 1-30. Default is 30
limitPerRun: 30

# Limit to only `issues` or `pulls`
# only: issues

# Optionally, specify configuration settings that are specific to just 'issues' or 'pulls':
# pulls:
# daysUntilStale: 30
# markComment: >
# This pull request has been automatically marked as stale because it has not had
# recent activity. It will be closed if no further activity occurs. Thank you
# for your contributions.

# issues:
# exemptLabels:
# - confirmed
2 changes: 1 addition & 1 deletion .storybook/preview.js
@@ -1,7 +1,7 @@
import {configure, addParameters, addDecorator} from '@storybook/vue';
import Vue from 'vue';
import '../src/assets/fonts/font.css';
import '../src/assets/style.css';
import '../src/assets/icon.css';
import HButton from '../src/components/HButton.vue';
import HRow from '../src/components/HRow.vue';
import HCol from '../src/components/HCol.vue';
Expand Down
5 changes: 5 additions & 0 deletions README.md
Expand Up @@ -9,6 +9,8 @@ An enterprise-class UI design language and Vue UI library.
[![Downloads](https://img.shields.io/npm/dm/@huanet/hui.svg)](https://www.npmjs.com/package/@huanet/hui)
[![License](https://img.shields.io/npm/l/@huanet/hui.svg)](https://www.npmjs.com/package/@huanet/hui)
[![semantic-release](https://img.shields.io/badge/%20%20%F0%9F%93%A6%F0%9F%9A%80-semantic--release-e10079.svg)](https://github.com/semantic-release/semantic-release)
[![Join the community on Spectrum](https://withspectrum.github.io/badge/badge.svg)](https://spectrum.chat/huanet)


| Project | Status | Description |
|---------|--------|-------------|
Expand Down Expand Up @@ -59,3 +61,6 @@ Detailed changes for each release are documented in the [release notes](https://

Copyright (c) 2020-present WangZhe

## Join Us

<a target="_blank" href="https://qm.qq.com/cgi-bin/qm/qr?k=ajdDGtpYzaBv31FLgn9hZfhns0jqYFqz&jump_from=webapi"><img border="0" src="http://pub.idqqimg.com/wpa/images/group.png" alt="HuaNet开源组织交流群" title="HuaNet开源组织交流群"></a>
2 changes: 2 additions & 0 deletions package.json
Expand Up @@ -87,9 +87,11 @@
"css-loader": "^3.6.0",
"cssnano": "^4.1.10",
"cz-conventional-changelog": "^3.2.0",
"danger": "^10.5.4",
"entypo": "^2.2.0",
"es6-shim": "^0.35.5",
"expect": "^26.2.0",
"heroicons": "^0.4.2",
"husky": "^4.2.5",
"istanbul-reports": "^3.0.2",
"jsdom": "^16.3.0",
Expand Down

0 comments on commit e1518c5

Please sign in to comment.