- Sort Score
- Num 10 results
- Language All
Results 81 - 90 of 2,021 for contribution (0.1 seconds)
-
compat/maven-model/src/test/java/org/apache/maven/model/ContributorTest.java
/** * Tests {@code Contributor}. * */ class ContributorTest { @Test void testHashCodeNullSafe() { new Contributor().hashCode(); } @Test void testEqualsNullSafe() { assertFalse(new Contributor().equals(null)); new Contributor().equals(new Contributor()); } @Test void testEqualsIdentity() {Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 1.6K bytes - Click Count (0) -
mkdocs.yml
'changelog_3x.md': 'changelogs/changelog_3x.md' 'changelog_2x.md': 'changelogs/changelog_2x.md' 'changelog_1x.md': 'changelogs/changelog_1x.md' # Redirect all contributing pages to contribute/* 'contributing.md': 'contribute/contributing.md' 'code_of_conduct.md': 'contribute/code_of_conduct.md' 'concurrency.md': 'contribute/concurrency.md' 'debug_logging.md': 'contribute/debug_logging.md' nav:
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Thu Nov 21 07:19:31 GMT 2024 - 3.9K bytes - Click Count (0) -
compat/maven-model/src/test/java/org/apache/maven/model/merge/MavenMergerTest.java
} @Test void mergeSameContributors() { Contributor contributor = Contributor.newBuilder().email("contributor@maven.apache.org").build(); Model target = Model.newBuilder().contributors(Arrays.asList(contributor)).build(); Model source = Model.newBuilder().contributors(Arrays.asList(contributor)).build();Created: Sun Dec 28 03:35:09 GMT 2025 - Last Modified: Wed Sep 17 10:01:14 GMT 2025 - 3.6K bytes - Click Count (0) -
README.md
## Contribute to MinIO Project Please follow MinIO [Contributor's Guide](https://github.com/minio/minio/blob/master/CONTRIBUTING.md) for guidance on making new contributions to the repository. ## License - MinIO source is licensed under the [GNU AGPLv3](https://github.com/minio/minio/blob/master/LICENSE).
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Wed Dec 03 08:13:11 GMT 2025 - 9K bytes - Click Count (0) -
docs/en/docs/management.md
This is normally the best way to contribute to the project. ## External Contributions External contributions are very welcome and appreciated, including answering questions, submitting PRs, etc. ๐โโ๏ธ
Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Wed Jul 31 14:09:15 GMT 2024 - 1.7K bytes - Click Count (0) -
.github/stale.yml
markComment: >- This issue has been automatically marked as stale because it has not had recent activity. It will be closed after 15 days 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.
Created: Sun Dec 28 19:28:13 GMT 2025 - Last Modified: Mon Jan 24 04:36:59 GMT 2022 - 2K bytes - Click Count (0) -
docs/missing-translation.md
This page hasnโt been translated into your language yet. ๐ Weโre currently switching to an automated translation system ๐ค, which will help keep all translations complete and up to date. Learn more: [Contributing โ Translations](https://fastapi.tiangolo.com/contributing/#translations){.internal-link target=_blank}Created: Sun Dec 28 07:19:09 GMT 2025 - Last Modified: Thu Oct 30 19:50:37 GMT 2025 - 347 bytes - Click Count (0) -
test_docs.sh
# Copy in special files that GitHub wants in the project root. cat README.md | grep -v 'project website' > docs/index.md cp CHANGELOG.md docs/changelogs/changelog.md cp CONTRIBUTING.md docs/contribute/contributing.md # Build the site locally
Created: Fri Dec 26 11:42:13 GMT 2025 - Last Modified: Wed Apr 17 13:52:16 GMT 2024 - 718 bytes - Click Count (1) -
CONTRIBUTORS
Guava has mostly not used the CONTRIBUTORS file, instead relying on Git history. You can see a summary of contributions at https://github.com/google/guava/graphs/contributors. However, Git history over-counts some people's contributions because they were responsible for mirroring out changes from our internal repo. This files serves mainly to credit people who have not received proper credit in the Git history. Doug Lea, author of some concurrency libraries
Created: Fri Dec 26 12:43:10 GMT 2025 - Last Modified: Thu Oct 09 21:14:06 GMT 2025 - 1.7K bytes - Click Count (0) -
.github/OWNERS
- nikhita - parispittman - palnabarun - kaslin - MadhavJivrajani - mfahlandt - Priyankasaggu11929 approvers: - sig-contributor-experience-approvers - parispittman emeritus_approvers: - castrojo - Phillels labels:
Created: Fri Dec 26 09:05:12 GMT 2025 - Last Modified: Fri Feb 14 19:23:30 GMT 2025 - 464 bytes - Click Count (0)