We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 26a5eed commit fd6b5b9Copy full SHA for fd6b5b9
.github/stale.yml
@@ -0,0 +1,8 @@
1
+daysUntilStale: 60
2
+daysUntilClose: 7
3
+staleLabel: stale
4
+markComment: >
5
+ This issue has been automatically marked as stale because it has not had recent activity.
6
+ It will be closed in 7 days if no further activity occurs. If you still need help with your issue,
7
+ please comment and we will reply to you shortly. Thank you for your contributions to the Salesforce Lightning Design System.
8
+closeComment: false
.gitignore
@@ -16,6 +16,7 @@
16
!/.sldsrc.defaults.yml
17
!/.stylestatsrc
18
!/.travis.yml
19
+!/.github
20
21
# Add a .gitkeep file in an empty
22
# directory to check it in the repository
0 commit comments