design-system icon indicating copy to clipboard operation
design-system copied to clipboard

Create deno.yml

Open CEEANPROJEC opened this issue 1 year ago • 1 comments

Please refer to our Commit Guidelines for documenting changes.

Changes proposed in this pull request:

Acceptance Criteria

General

  • [* ] Tested on desktop (see supported browsers)
  • [ *] Tested on mobile (for responsive or mobile-specific features)
  • [ *] Confirm Accessibility
  • [ *] Confirm RTL

Feature

  • [ *] Reference User Story work item number in description
  • [ *] Add usage examples
  • [* ] Add documentation for new usage guidelines
  • [* ] Add tests to test new components and implementation usage
  • [* ] Add component specific Release notes mentioning the changes
  • [* ] If feature requires the implementor to move to a new version, please provide a migration description in the component specific Release notes

Fix

  • [* ] Reference Bug work item number in description
  • [* ] Add tests to ensure bug does not happen again
  • [* ] Add component specific Release notes mentioning the changes

Design Changes

  • [* ] Add component specific Release notes mentioning the changes
  • [ *] If change requires the implementor to move to a new version, please provide a migration description in the component specific Release notes

Deprecated

  • [ *] If css selector is being deprecated, apply the @deprecate annotation to selector comment block

     /**
      * @selector .slds-bar
      * @deprecated
      */
     .slds-bar { ... }
    
  • [* ] If css selector is being deprecated, move deprecated code to _deprecate.scss file and wrap in deprecate mixin.

  • [ *] Provide deprecate mixin with version code will become deprecated and a brief description for what the code is being deprecated for.

     @include deprecate('4.0.0', 'Please use slds-foo instead of slds-bar') {
        .slds-bar { ... }
     }
    

CEEANPROJEC avatar Mar 06 '24 21:03 CEEANPROJEC

Thanks for the contribution! Before we can merge this, we need @CEEANPROJEC to sign the Salesforce Inc. Contributor License Agreement.

salesforce-cla[bot] avatar Mar 06 '24 21:03 salesforce-cla[bot]