Skip to content

Commit

Permalink
update to build and contribution files
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkMizenSagecom committed Mar 10, 2021
1 parent d476b00 commit d82bda7
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 6 deletions.
13 changes: 10 additions & 3 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,14 @@
# Contribution Guidelines

Welcome to our contribution guidelines

We're happy you want to contribute to the project, this guide will aim to give you the necessary information to do so adhering to the process and making the task as simple as possible.

## Please no editing the data files directly

Please note that while we welcome any suggestions for making a change to the design tokens themselves, we will not be accepting any pull requests that alter the contents of the data folder. The contents of data is automatically generated from the design files that act as the source of truth.
Please note that while we welcome any suggestions for making a change to the design tokens themselves, we will not be accepting any pull requests that alter the contents of the data folder. The contents of data is automatically generated from the design files that act as the source of truth for this library.

Please open an issue if you would like to suggest a change to these values so that we can review it and pass it on to the design system team.

## Development

Expand Down Expand Up @@ -35,6 +38,10 @@ npm run build:web

## Publishing

Instructions on how to publish the library.
This library is published via github actions. After approval has been given an admin can trigger a publish process

## Contributions from outside of Sage

If you're from outside of Sage then you are welcome to contribute to this package. Please make pull requests using the [Fork & Pull Request Workflow](https://gist.github.com/Chaser324/ce0505fbed06b947d962).

_COMING SOON_
Please be aware that Sage Group Plc. retains the intellectual property rights of this library. If Sage Group decides to change the licence of this library, or make any change that would otherwise infringe on contributors rights, we will make efforts to contact all contributors to inform them of this change three weeks prior to it coming into effect.
3 changes: 0 additions & 3 deletions scripts/build.js
Original file line number Diff line number Diff line change
Expand Up @@ -173,9 +173,6 @@ StyleDictionary.registerTransform({
break
}
}
// Note the use of prop.original.value,
// before any transforms are performed, the build system
// clones the original property to the 'original' attribute.
return prop.original.value + suffix
}
})
Expand Down

0 comments on commit d82bda7

Please sign in to comment.